#7FAFAB

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

Shades of Gulf Stream #7FAFAB

Tints of Gulf Stream #7FAFAB

Color information

#7FAFAB (or 0x7FAFAB) is unknown color: approx Gulf Stream. HEX triplet: 7F, AF and AB. RGB value is (127,175,171). Sum of RGB (Red+Green+Blue) = 127+175+171=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAFAB is #805054. Grayscale: #A0A0A0. Windows color (decimal): -8409173 or 11251583. OLE color: 11251583.

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

Color convert

RGB127175171-
CMYK0.2700.020.31
HSL175º23.08%59.22%-
HSV(B)175º27.43%68.63%-
XYZ31.4338.1144.23-
YUV160.19134.1104.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.85%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=26.85%
G=37.00%
B=36.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751710.2700.020.3117523.0859.22
Hex7FAFAB1B021Faf173b
Octal1772572533302372572773
Binary1111111101011111010101111011010111111010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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