Html Css Color HEX #72E9BD Downy

📋 copy color: '#72E9BD'

red 114 ◦ green 233 ◦ blue 189

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

Shades of Downy #72E9BD

Tints of Downy #72E9BD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 21.27%
G = 43.47%
B = 35.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#72E9BD (or 0x72E9BD) is known color: Downy. HEX triplet: 72, E9 and BD. RGB value is (114,233,189). Sum of RGB (Red+Green+Blue) = 114+233+189=536 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.27% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9BD is #8D1642. Grayscale: #C0C0C0. Windows color (decimal): -9246275 or 12446066. OLE color: 12446066.

HSL color Cylindrical-coordinate representation of color #72E9BD: hue angle of 157.82º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E9BD is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 233 189 -
CMYK 0.51 0 0.19 0.09
HSL 157.82º 0.73% 0.68% -
HSV(B) 157.82º 0.51% 0.91% -
XYZ 45.26 65.53 58.41 -
YUV 192.4 126.08 72.08 -
System Red Green Blue C M Y K H S L
Decimal 114 233 189 0.51 0 0.19 0.09 157.82 0.73 0.68
Hex 72 E9 BD 33 0 13 9 9E 49 44
Octal 162 351 275 63 0 23 11 236 111 104
Binary 1110010 11101001 10111101 110011 0 10011 1001 10011110 1001001 1000100

Color Harmonies of #72E9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E9BD

Black with #72E9BD

Text Example


Text Example

White with #72E9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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