#7CAFAC

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

Shades of Gulf Stream #7CAFAC

Tints of Gulf Stream #7CAFAC

Color information

#7CAFAC (or 0x7CAFAC) is unknown color: approx Gulf Stream. HEX triplet: 7C, AF and AC. RGB value is (124,175,172). Sum of RGB (Red+Green+Blue) = 124+175+172=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAFAC is #835053. Grayscale: #9F9F9F. Windows color (decimal): -8605780 or 11317116. OLE color: 11317116.

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

Color convert

RGB124175172-
CMYK0.2900.020.31
HSL176.47º24.17%58.63%-
HSV(B)176.47º29.14%68.63%-
XYZ31.0937.9244.71-
YUV159.41135.1102.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.33%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=26.33%
G=37.15%
B=36.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751720.2900.020.31176.4724.1758.63
Hex7CAFAC1D021Fb0183b
Octal1742572543502372603073
Binary1111100101011111010110011101010111111011000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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