Html Css Color HEX #72E1BC Downy

📋 copy color: '#72E1BC'

red 114 ◦ green 225 ◦ blue 188

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

Shades of Downy #72E1BC

Tints of Downy #72E1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 21.63%
G = 42.69%
B = 35.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#72E1BC (or 0x72E1BC) is known color: Downy. HEX triplet: 72, E1 and BC. RGB value is (114,225,188). Sum of RGB (Red+Green+Blue) = 114+225+188=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E1BC is #8D1E43. Grayscale: #BBBBBB. Windows color (decimal): -9248324 or 12378482. OLE color: 12378482.

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

Color convert

RGB 114 225 188 -
CMYK 0.49 0 0.16 0.12
HSL 160º 0.65% 0.66% -
HSV(B) 160º 0.49% 0.88% -
XYZ 42.94 61.06 57.1 -
YUV 187.59 128.23 75.51 -
System Red Green Blue C M Y K H S L
Decimal 114 225 188 0.49 0 0.16 0.12 160 0.65 0.66
Hex 72 E1 BC 31 0 10 C A0 41 42
Octal 162 341 274 61 0 20 14 240 101 102
Binary 1110010 11100001 10111100 110001 0 10000 1100 10100000 1000001 1000010

Color Harmonies of #72E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E1BC

Black with #72E1BC

Text Example


Text Example

White with #72E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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