#72CCBF

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

Shades of Downy #72CCBF

Tints of Downy #72CCBF

Color information

#72CCBF (or 0x72CCBF) is unknown color: approx Downy. HEX triplet: 72, CC and BF. RGB value is (114,204,191). Sum of RGB (Red+Green+Blue) = 114+204+191=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCBF is #8D3340. Grayscale: #AFAFAF. Windows color (decimal): -9253697 or 12569714. OLE color: 12569714.

HSL color Cylindrical-coordinate representation of color #72CCBF: hue angle of 171.33º 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 #72CCBF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB114204191-
CMYK0.4400.060.2
HSL171.33º46.88%62.35%-
HSV(B)171.33º44.12%80%-
XYZ37.9450.5257.04-
YUV175.61136.6884.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.40%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 191 (75% from 255) = 37.52%
R=22.40%
G=40.08%
B=37.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1142041910.4400.060.2171.3346.8862.35
Hex72CCBF2C0614ab2f3e
Octal1623142775406242535776
Binary1110010110011001011111110110001101010010101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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