#7FACA6

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

Shades of Gulf Stream #7FACA6

Tints of Gulf Stream #7FACA6

Color information

#7FACA6 (or 0x7FACA6) is unknown color: approx Gulf Stream. HEX triplet: 7F, AC and A6. RGB value is (127,172,166). Sum of RGB (Red+Green+Blue) = 127+172+166=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #7FACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACA6 is #805359. Grayscale: #9D9D9D. Windows color (decimal): -8409946 or 10923135. OLE color: 10923135.

HSL color Cylindrical-coordinate representation of color #7FACA6: hue angle of 172º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FACA6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB127172166-
CMYK0.2600.030.33
HSL172º21.33%58.63%-
HSV(B)172º26.16%67.45%-
XYZ30.3936.7741.57-
YUV157.86132.59105.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 166 (65.23% from 255) = 35.70%
R=27.31%
G=36.99%
B=35.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271721660.2600.030.3317221.3358.63
Hex7FACA61A0321ac153b
Octal1772542463203412542573
Binary11111111010110010100110110100111000011010110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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