#72E1B4

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

Shades of Downy #72E1B4

Tints of Downy #72E1B4

Color information

#72E1B4 (or 0x72E1B4) is unknown color: approx Downy. HEX triplet: 72, E1 and B4. RGB value is (114,225,180). Sum of RGB (Red+Green+Blue) = 114+225+180=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E1B4 is #8D1E4B. Grayscale: #BABABA. Windows color (decimal): -9248332 or 11854194. OLE color: 11854194.

HSL color Cylindrical-coordinate representation of color #72E1B4: hue angle of 155.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E1B4 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB114225180-
CMYK0.4900.20.12
HSL155.68º64.91%66.47%-
HSV(B)155.68º49.33%88.24%-
XYZ42.160.7252.68-
YUV186.68124.2376.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=21.97%
G=43.35%
B=34.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1142251800.4900.20.12155.6864.9166.47
Hex72E1B431014C9c4142
Octal1623412646102414234101102
Binary1110010111000011011010011000101010011001001110010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,225,180); }

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

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

 a { background-color: rgb(114,225,180); }

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

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

 span { border-color: rgb(114,225,180); }

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