Html Css Color HEX #7FB8AC Gulf Stream

📋 copy color: '#7FB8AC'

red 127 ◦ green 184 ◦ blue 172

#7FB8AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Stream #7FB8AC

Tints of Gulf Stream #7FB8AC

RGB

 RED value IS 127 (50% from 255) = 26.29%

 GREEN value IS 184 (72.27% from 255) = 38.1%

 BLUE value IS 172 (67.58% from 255) = 35.61%

R = 26.29%
G = 38.1%
B = 35.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7FB8AC (or 0x7FB8AC) is known color: Gulf Stream. HEX triplet: 7F, B8 and AC. RGB value is (127,184,172). Sum of RGB (Red+Green+Blue) = 127+184+172=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB8AC is #804753. Grayscale: #A5A5A5. Windows color (decimal): -8406868 or 11319423. OLE color: 11319423.

HSL color Cylindrical-coordinate representation of color #7FB8AC: hue angle of 167.37º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB8AC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 172 -
CMYK 0.31 0 0.07 0.28
HSL 167.37º 0.29% 0.61% -
HSV(B) 167.37º 0.31% 0.72% -
XYZ 33.34 41.77 45.34 -
YUV 165.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 127 184 172 0.31 0 0.07 0.28 167.37 0.29 0.61
Hex 7F B8 AC 1F 0 7 1C A7 1D 3D
Octal 177 270 254 37 0 7 34 247 35 75
Binary 1111111 10111000 10101100 11111 0 111 11100 10100111 11101 111101

Color Harmonies of #7FB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB8AC

Black with #7FB8AC

Text Example


Text Example

White with #7FB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB8AC; }

 p { color: rgb(127,184,172); }

 H1.HeaderClassName
 {
   color: #7FB8AC;
 }
 .AnyTagClassName
 {
   color: #7FB8AC;
 }
</style>

background-color css

<style>
 a { background-color: #7FB8AC; }

 a { background-color: rgb(127,184,172); }

 div.DivClassName
 {
   background-color: #7FB8AC;
 }
 .BgClassName
 {
   background-color: #7FB8AC;
 }
</style>

border-color css

<style>
 span { border-color: #7FB8AC; }

 span { border-color: rgb(127,184,172); }

 td.TdClassName
 {
   border-color: #7FB8AC;
 }
 .TagClassName
 {
   border-color: #7FB8AC;
 }
</style>