#72C8BD

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

Shades of Downy #72C8BD

Tints of Downy #72C8BD

Color information

#72C8BD (or 0x72C8BD) is unknown color: approx Downy. HEX triplet: 72, C8 and BD. RGB value is (114,200,189). Sum of RGB (Red+Green+Blue) = 114+200+189=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #72C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C8BD is #8D3742. Grayscale: #ACACAC. Windows color (decimal): -9254723 or 12437618. OLE color: 12437618.

HSL color Cylindrical-coordinate representation of color #72C8BD: hue angle of 172.33º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C8BD is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB114200189-
CMYK0.4300.060.22
HSL172.33º43.88%61.57%-
HSV(B)172.33º43%78.43%-
XYZ36.7848.5655.58-
YUV173.03137.0185.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.66%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=22.66%
G=39.76%
B=37.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1142001890.4300.060.22172.3343.8861.57
Hex72C8BD2B0616ac2c3e
Octal1623102755306262545476
Binary1110010110010001011110110101101101011010101100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,200,189); }

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

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

 a { background-color: rgb(114,200,189); }

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

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

 span { border-color: rgb(114,200,189); }

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