#79C4CC

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

Shades of Spray #79C4CC

Tints of Spray #79C4CC

Color information

#79C4CC (or 0x79C4CC) is unknown color: approx Spray. HEX triplet: 79, C4 and CC. RGB value is (121,196,204). Sum of RGB (Red+Green+Blue) = 121+196+204=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #79C4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C4CC is #863B33. Grayscale: #AEAEAE. Windows color (decimal): -8796980 or 13419641. OLE color: 13419641.

HSL color Cylindrical-coordinate representation of color #79C4CC: hue angle of 185.78º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79C4CC is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121196204-
CMYK0.410.0400.2
HSL185.78º44.86%63.73%-
HSV(B)185.78º40.69%80%-
XYZ38.5247.964.34-
YUV174.49144.6589.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.22%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=23.22%
G=37.62%
B=39.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211962040.410.0400.2185.7844.8663.73
Hex79C4CC294014ba2d40
Octal17130431451402427255100
Binary11110011100010011001100101001100010100101110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,196,204); }

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

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

 a { background-color: rgb(121,196,204); }

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

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

 span { border-color: rgb(121,196,204); }

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