#7FAFAC

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

Shades of Gulf Stream #7FAFAC

Tints of Gulf Stream #7FAFAC

Color information

#7FAFAC (or 0x7FAFAC) is unknown color: approx Gulf Stream. HEX triplet: 7F, AF and AC. RGB value is (127,175,172). Sum of RGB (Red+Green+Blue) = 127+175+172=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAFAC is #805053. Grayscale: #A0A0A0. Windows color (decimal): -8409172 or 11317119. OLE color: 11317119.

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

Color convert

RGB127175172-
CMYK0.2700.020.31
HSL176.25º23.08%59.22%-
HSV(B)176.25º27.43%68.63%-
XYZ31.5338.1544.73-
YUV160.31134.6104.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=26.79%
G=36.92%
B=36.29%

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
Decimal1271751720.2700.020.31176.2523.0859.22
Hex7FAFAC1B021Fb0173b
Octal1772572543302372602773
Binary1111111101011111010110011011010111111011000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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