#7FAFAA

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

Shades of Gulf Stream #7FAFAA

Tints of Gulf Stream #7FAFAA

Color information

#7FAFAA (or 0x7FAFAA) is unknown color: approx Gulf Stream. HEX triplet: 7F, AF and AA. RGB value is (127,175,170). Sum of RGB (Red+Green+Blue) = 127+175+170=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAFAA is #805055. Grayscale: #A0A0A0. Windows color (decimal): -8409174 or 11186047. OLE color: 11186047.

HSL color Cylindrical-coordinate representation of color #7FAFAA: hue angle of 173.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAFAA is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB127175170-
CMYK0.2700.030.31
HSL173.75º23.08%59.22%-
HSV(B)173.75º27.43%68.63%-
XYZ31.3438.0743.73-
YUV160.08133.6104.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=26.91%
G=37.08%
B=36.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751700.2700.030.31173.7523.0859.22
Hex7FAFAA1B031Fae173b
Octal1772572523303372562773
Binary1111111101011111010101011011011111111010111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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