#7FB9AD

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

Shades of Gulf Stream #7FB9AD

Tints of Gulf Stream #7FB9AD

Color information

#7FB9AD (or 0x7FB9AD) is unknown color: approx Gulf Stream. HEX triplet: 7F, B9 and AD. RGB value is (127,185,173). Sum of RGB (Red+Green+Blue) = 127+185+173=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB9AD is #804652. Grayscale: #A6A6A6. Windows color (decimal): -8406611 or 11385215. OLE color: 11385215.

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

Color convert

RGB127185173-
CMYK0.3100.060.27
HSL167.59º29.29%61.18%-
HSV(B)167.59º31.35%72.55%-
XYZ33.6442.2345.91-
YUV166.29131.7899.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.19%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=26.19%
G=38.14%
B=35.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271851730.3100.060.27167.5929.2961.18
Hex7FB9AD1F061Ba81d3d
Octal1772712553706332503575
Binary11111111011100110101101111110110110111010100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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