#72CECA

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

Shades of Downy #72CECA

Tints of Downy #72CECA

Color information

#72CECA (or 0x72CECA) is unknown color: approx Downy. HEX triplet: 72, CE and CA. RGB value is (114,206,202). Sum of RGB (Red+Green+Blue) = 114+206+202=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #72CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CECA is #8D3135. Grayscale: #B1B1B1. Windows color (decimal): -9253174 or 13291122. OLE color: 13291122.

HSL color Cylindrical-coordinate representation of color #72CECA: hue angle of 177.39º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CECA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB114206202-
CMYK0.4500.020.19
HSL177.39º48.42%62.75%-
HSV(B)177.39º44.66%80.78%-
XYZ39.6751.9863.82-
YUV178.04141.5282.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.84%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=21.84%
G=39.46%
B=38.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1142062020.4500.020.19177.3948.4262.75
Hex72CECA2D0213b1303f
Octal1623163125502232616077
Binary111001011001110110010101011010101001110110001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72CECA; }

 p { color: rgb(114,206,202); }

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

<style>
 a { background-color: #72CECA; }

 a { background-color: rgb(114,206,202); }

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

<style>
 span { border-color: #72CECA; }

 span { border-color: rgb(114,206,202); }

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