#79d0ca

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

Shades of Downy #79D0CA

Tints of Downy #79D0CA

Color information

#79D0CA (or 0x79D0CA) is unknown color: approx Downy. HEX triplet: 79, D0 and CA. RGB value is (121,208,202). Sum of RGB (Red+Green+Blue) = 121+208+202=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #79D0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D0CA is #862F35. Grayscale: #B5B5B5. Windows color (decimal): -8793910 or 13291641. OLE color: 13291641.

HSL color Cylindrical-coordinate representation of color #79D0CA: hue angle of 175.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79D0CA is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB121208202-
CMYK0.4200.030.18
HSL175.86º48.07%64.51%-
HSV(B)175.86º41.83%81.57%-
XYZ41.153.4464.03-
YUV181.3139.6884.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.79%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=22.79%
G=39.17%
B=38.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1212082020.4200.030.18175.8648.0764.51
Hex79D0CA2A0312b03041
Octal17132031252032226060101
Binary1111001110100001100101010101001110010101100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79d0ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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