#72ccc3

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

Shades of Downy #72CCC3

Tints of Downy #72CCC3

Color information

#72CCC3 (or 0x72CCC3) is unknown color: approx Downy. HEX triplet: 72, CC and C3. RGB value is (114,204,195). Sum of RGB (Red+Green+Blue) = 114+204+195=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCC3 is #8D333C. Grayscale: #B0B0B0. Windows color (decimal): -9253693 or 12831858. OLE color: 12831858.

HSL color Cylindrical-coordinate representation of color #72CCC3: hue angle of 174º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CCC3 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB114204195-
CMYK0.4400.040.2
HSL174º46.88%62.35%-
HSV(B)174º44.12%80%-
XYZ38.3850.759.39-
YUV176.06138.6883.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.22%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=22.22%
G=39.77%
B=38.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1142041950.4400.040.217446.8862.35
Hex72CCC32C0414ae2f3e
Octal1623143035404242565776
Binary1110010110011001100001110110001001010010101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ccc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,204,195); }

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

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

 a { background-color: rgb(114,204,195); }

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

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

 span { border-color: rgb(114,204,195); }

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