#7FB8AD

Color #7FB8AD Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #7FB8AD

Tints of Gulf Stream #7FB8AD

Color information

#7FB8AD (or 0x7FB8AD) is unknown color: approx Gulf Stream. HEX triplet: 7F, B8 and AD. RGB value is (127,184,173). Sum of RGB (Red+Green+Blue) = 127+184+173=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB8AD is #804752. Grayscale: #A5A5A5. Windows color (decimal): -8406867 or 11384959. OLE color: 11384959.

HSL color Cylindrical-coordinate representation of color #7FB8AD: hue angle of 168.42º 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 #7FB8AD is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB127184173-
CMYK0.3100.060.28
HSL168.42º28.64%60.98%-
HSV(B)168.42º30.98%72.16%-
XYZ33.4441.8145.84-
YUV165.7132.12100.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=26.24%
G=38.02%
B=35.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1271841730.3100.060.28168.4228.6460.98
Hex7FB8AD1F061Ca81d3d
Octal1772702553706342503575
Binary11111111011100010101101111110110111001010100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FB8AD;
 }
 .AnyTagClassName
 {
   color: #7FB8AD;
 }
</style>
background-color css

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

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

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

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

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

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