#72C4BE

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

Shades of Downy #72C4BE

Tints of Downy #72C4BE

Color information

#72C4BE (or 0x72C4BE) is unknown color: approx Downy. HEX triplet: 72, C4 and BE. RGB value is (114,196,190). Sum of RGB (Red+Green+Blue) = 114+196+190=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #72C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C4BE is #8D3B41. Grayscale: #AAAAAA. Windows color (decimal): -9255746 or 12502130. OLE color: 12502130.

HSL color Cylindrical-coordinate representation of color #72C4BE: hue angle of 175.61º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C4BE is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB114196190-
CMYK0.4200.030.23
HSL175.61º41%60.78%-
HSV(B)175.61º41.84%76.86%-
XYZ35.9746.7755.85-
YUV170.8138.8387.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.8%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 190 (74.61% from 255) = 38%
R=22.8%
G=39.2%
B=38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1141961900.4200.030.23175.614160.78
Hex72C4BE2A0317b0293d
Octal1623042765203272605175
Binary111001011000100101111101010100111011110110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,196,190); }

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

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

 a { background-color: rgb(114,196,190); }

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

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

 span { border-color: rgb(114,196,190); }

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