Html Css Color HEX #72EABF Downy

📋 copy color: '#72EABF'

red 114 ◦ green 234 ◦ blue 191

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

Shades of Downy #72EABF

Tints of Downy #72EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.41%

 BLUE value IS 191 (75% from 255) = 35.44%

R = 21.15%
G = 43.41%
B = 35.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#72EABF (or 0x72EABF) is known color: Downy. HEX triplet: 72, EA and BF. RGB value is (114,234,191). Sum of RGB (Red+Green+Blue) = 114+234+191=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #72EABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EABF is #8D1540. Grayscale: #C1C1C1. Windows color (decimal): -9246017 or 12577394. OLE color: 12577394.

HSL color Cylindrical-coordinate representation of color #72EABF: hue angle of 158.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EABF is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 234 191 -
CMYK 0.51 0 0.18 0.08
HSL 158.5º 0.74% 0.68% -
HSV(B) 158.5º 0.51% 0.92% -
XYZ 45.77 66.18 59.65 -
YUV 193.22 126.74 71.5 -
System Red Green Blue C M Y K H S L
Decimal 114 234 191 0.51 0 0.18 0.08 158.5 0.74 0.68
Hex 72 EA BF 33 0 12 8 9E 4A 44
Octal 162 352 277 63 0 22 10 236 112 104
Binary 1110010 11101010 10111111 110011 0 10010 1000 10011110 1001010 1000100

Color Harmonies of #72EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EABF

Black with #72EABF

Text Example


Text Example

White with #72EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,234,191); }

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

background-color css

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

 a { background-color: rgb(114,234,191); }

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

border-color css

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

 span { border-color: rgb(114,234,191); }

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