#79C4CD

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

Shades of Spray #79C4CD

Tints of Spray #79C4CD

Color information

#79C4CD (or 0x79C4CD) is unknown color: approx Spray. HEX triplet: 79, C4 and CD. RGB value is (121,196,205). Sum of RGB (Red+Green+Blue) = 121+196+205=522 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.18% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #79C4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C4CD is #863B32. Grayscale: #AEAEAE. Windows color (decimal): -8796979 or 13485177. OLE color: 13485177.

HSL color Cylindrical-coordinate representation of color #79C4CD: hue angle of 186.43º degrees, saturation: 0.46, 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 #79C4CD is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121196205-
CMYK0.410.0400.20
HSL186.43º45.65%63.92%-
HSV(B)186.43º40.98%80.39%-
XYZ38.6447.9564.98-
YUV174.6145.1589.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.18%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=23.18%
G=37.55%
B=39.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211962050.410.0400.20186.4345.6563.92
Hex79C4CD294014ba2e40
Octal17130431551402427256100
Binary11110011100010011001101101001100010100101110101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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