#72CDCA

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

Shades of Downy #72CDCA

Tints of Downy #72CDCA

Color information

#72CDCA (or 0x72CDCA) is unknown color: approx Downy. HEX triplet: 72, CD and CA. RGB value is (114,205,202). Sum of RGB (Red+Green+Blue) = 114+205+202=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDCA is #8D3235. Grayscale: #B1B1B1. Windows color (decimal): -9253430 or 13290866. OLE color: 13290866.

HSL color Cylindrical-coordinate representation of color #72CDCA: hue angle of 178.02º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CDCA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB114205202-
CMYK0.4400.010.20
HSL178.02º47.64%62.55%-
HSV(B)178.02º44.39%80.39%-
XYZ39.4351.563.74-
YUV177.45141.8582.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.88%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=21.88%
G=39.35%
B=38.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1142052020.4400.010.20178.0247.6462.55
Hex72CDCA2C0114b2303f
Octal1623153125401242626077
Binary11100101100110111001010101100011010010110010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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