Html Css Color HEX #72E5BE Downy

📋 copy color: '#72E5BE'

red 114 ◦ green 229 ◦ blue 190

#72E5BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #72E5BE

Tints of Downy #72E5BE

RGB

 RED value IS 114 (44.92% from 255) = 21.39%

 GREEN value IS 229 (89.84% from 255) = 42.96%

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 21.39%
G = 42.96%
B = 35.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#72E5BE (or 0x72E5BE) is known color: Downy. HEX triplet: 72, E5 and BE. RGB value is (114,229,190). Sum of RGB (Red+Green+Blue) = 114+229+190=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #72E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E5BE is #8D1A41. Grayscale: #BEBEBE. Windows color (decimal): -9247298 or 12510578. OLE color: 12510578.

HSL color Cylindrical-coordinate representation of color #72E5BE: hue angle of 159.65º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E5BE is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 229 190 -
CMYK 0.50 0 0.17 0.10
HSL 159.65º 0.69% 0.67% -
HSV(B) 159.65º 0.5% 0.9% -
XYZ 44.25 63.33 58.61 -
YUV 190.17 127.9 73.67 -
System Red Green Blue C M Y K H S L
Decimal 114 229 190 0.50 0 0.17 0.10 159.65 0.69 0.67
Hex 72 E5 BE 32 0 11 A A0 45 43
Octal 162 345 276 62 0 21 12 240 105 103
Binary 1110010 11100101 10111110 110010 0 10001 1010 10100000 1000101 1000011

Color Harmonies of #72E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E5BE

Black with #72E5BE

Text Example


Text Example

White with #72E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72E5BE;
 }
 .AnyTagClassName
 {
   color: #72E5BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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