#7FB4AA

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

Shades of Gulf Stream #7FB4AA

Tints of Gulf Stream #7FB4AA

Color information

#7FB4AA (or 0x7FB4AA) is unknown color: approx Gulf Stream. HEX triplet: 7F, B4 and AA. RGB value is (127,180,170). Sum of RGB (Red+Green+Blue) = 127+180+170=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB4AA is #804B55. Grayscale: #A2A2A2. Windows color (decimal): -8407894 or 11187327. OLE color: 11187327.

HSL color Cylindrical-coordinate representation of color #7FB4AA: hue angle of 168.68º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB4AA is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB127180170-
CMYK0.2900.060.29
HSL168.68º26.11%60.2%-
HSV(B)168.68º29.44%70.59%-
XYZ32.3340.0644.06-
YUV163.01131.94102.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.62%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=26.62%
G=37.74%
B=35.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271801700.2900.060.29168.6826.1160.2
Hex7FB4AA1D061Da91a3c
Octal1772642523506352513274
Binary11111111011010010101010111010110111011010100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,170); }

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

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

 a { background-color: rgb(127,180,170); }

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

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

 span { border-color: rgb(127,180,170); }

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