#79CACD

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

Shades of Spray #79CACD

Tints of Spray #79CACD

Color information

#79CACD (or 0x79CACD) is unknown color: approx Spray. HEX triplet: 79, CA and CD. RGB value is (121,202,205). Sum of RGB (Red+Green+Blue) = 121+202+205=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #79CACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CACD is #863532. Grayscale: #B2B2B2. Windows color (decimal): -8795443 or 13486713. OLE color: 13486713.

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

Color convert

RGB121202205-
CMYK0.410.0100.20
HSL182.14º45.65%63.92%-
HSV(B)182.14º40.98%80.39%-
XYZ40.0350.7165.44-
YUV178.12143.1687.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.92%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=22.92%
G=38.26%
B=38.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1212022050.410.0100.20182.1445.6563.92
Hex79CACD291014b62e40
Octal17131231551102426656100
Binary111100111001010110011011010011010100101101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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