#79C7CF

Color #79C7CF Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #79C7CF

Tints of Spray #79C7CF

Color information

#79C7CF (or 0x79C7CF) is unknown color: approx Spray. HEX triplet: 79, C7 and CF. RGB value is (121,199,207). Sum of RGB (Red+Green+Blue) = 121+199+207=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #79C7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C7CF is #863830. Grayscale: #B0B0B0. Windows color (decimal): -8796209 or 13617017. OLE color: 13617017.

HSL color Cylindrical-coordinate representation of color #79C7CF: hue angle of 185.58º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79C7CF is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121199207-
CMYK0.420.0400.19
HSL185.58º47.25%64.31%-
HSV(B)185.58º41.55%81.18%-
XYZ39.5749.4266.48-
YUV176.59145.1688.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.96%
GREEN value IS 199 (78.12% from 255) = 37.76%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=22.96%
G=37.76%
B=39.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211992070.420.0400.19185.5847.2564.31
Hex79C7CF2A4013ba2f40
Octal17130731752402327257100
Binary11110011100011111001111101010100010011101110101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79C7CF; }

 p { color: rgb(121,199,207); }

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

<style>
 a { background-color: #79C7CF; }

 a { background-color: rgb(121,199,207); }

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

<style>
 span { border-color: #79C7CF; }

 span { border-color: rgb(121,199,207); }

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