#79CACB

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

Shades of Spray #79CACB

Tints of Spray #79CACB

Color information

#79CACB (or 0x79CACB) is unknown color: approx Spray. HEX triplet: 79, CA and CB. RGB value is (121,202,203). Sum of RGB (Red+Green+Blue) = 121+202+203=526 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.00% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #79CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CACB is #863534. Grayscale: #B1B1B1. Windows color (decimal): -8795445 or 13355641. OLE color: 13355641.

HSL color Cylindrical-coordinate representation of color #79CACB: hue angle of 180.73º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CACB is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121202203-
CMYK0.400.0000.20
HSL180.73º44.09%63.53%-
HSV(B)180.73º40.39%79.61%-
XYZ39.7950.6264.17-
YUV177.9142.1687.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.00%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=23.00%
G=38.40%
B=38.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1212022030.400.0000.20180.7344.0963.53
Hex79CACB280014b52c40
Octal17131231350002426554100
Binary111100111001010110010111010000010100101101011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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