#79CFC0

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

Shades of Downy #79CFC0

Tints of Downy #79CFC0

Color information

#79CFC0 (or 0x79CFC0) is unknown color: approx Downy. HEX triplet: 79, CF and C0. RGB value is (121,207,192). Sum of RGB (Red+Green+Blue) = 121+207+192=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #79CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CFC0 is #86303F. Grayscale: #B3B3B3. Windows color (decimal): -8794176 or 12636025. OLE color: 12636025.

HSL color Cylindrical-coordinate representation of color #79CFC0: hue angle of 169.53º 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 #79CFC0 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB121207192-
CMYK0.4200.070.19
HSL169.53º47.25%64.31%-
HSV(B)169.53º41.55%81.18%-
XYZ39.7152.557.91-
YUV179.58135.0186.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.27%
GREEN value IS 207 (81.25% from 255) = 39.81%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=23.27%
G=39.81%
B=36.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1212071920.4200.070.19169.5347.2564.31
Hex79CFC02A0713aa2f40
Octal17131730052072325257100
Binary11110011100111111000000101010011110011101010101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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