Html Css Color HEX #72E1BB Downy

📋 copy color: '#72E1BB'

red 114 ◦ green 225 ◦ blue 187

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

Shades of Downy #72E1BB

Tints of Downy #72E1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 21.67%
G = 42.78%
B = 35.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#72E1BB (or 0x72E1BB) is known color: Downy. HEX triplet: 72, E1 and BB. RGB value is (114,225,187). Sum of RGB (Red+Green+Blue) = 114+225+187=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E1BB is #8D1E44. Grayscale: #BBBBBB. Windows color (decimal): -9248325 or 12312946. OLE color: 12312946.

HSL color Cylindrical-coordinate representation of color #72E1BB: hue angle of 159.46º 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 #72E1BB is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 225 187 -
CMYK 0.49 0 0.17 0.12
HSL 159.46º 0.65% 0.66% -
HSV(B) 159.46º 0.49% 0.88% -
XYZ 42.83 61.02 56.53 -
YUV 187.48 127.73 75.59 -
System Red Green Blue C M Y K H S L
Decimal 114 225 187 0.49 0 0.17 0.12 159.46 0.65 0.66
Hex 72 E1 BB 31 0 11 C 9F 41 42
Octal 162 341 273 61 0 21 14 237 101 102
Binary 1110010 11100001 10111011 110001 0 10001 1100 10011111 1000001 1000010

Color Harmonies of #72E1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E1BB

Black with #72E1BB

Text Example


Text Example

White with #72E1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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