Html Css Color HEX #72DEBA Downy

📋 copy color: '#72DEBA'

red 114 ◦ green 222 ◦ blue 186

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

Shades of Downy #72DEBA

Tints of Downy #72DEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.53%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 21.84%
G = 42.53%
B = 35.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#72DEBA (or 0x72DEBA) is known color: Downy. HEX triplet: 72, DE and BA. RGB value is (114,222,186). Sum of RGB (Red+Green+Blue) = 114+222+186=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #72DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DEBA is #8D2145. Grayscale: #B9B9B9. Windows color (decimal): -9249094 or 12246642. OLE color: 12246642.

HSL color Cylindrical-coordinate representation of color #72DEBA: hue angle of 160º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DEBA is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 222 186 -
CMYK 0.49 0 0.16 0.13
HSL 160º 0.62% 0.66% -
HSV(B) 160º 0.49% 0.87% -
XYZ 41.92 59.37 55.7 -
YUV 185.6 128.22 76.93 -
System Red Green Blue C M Y K H S L
Decimal 114 222 186 0.49 0 0.16 0.13 160 0.62 0.66
Hex 72 DE BA 31 0 10 D A0 3E 42
Octal 162 336 272 61 0 20 15 240 76 102
Binary 1110010 11011110 10111010 110001 0 10000 1101 10100000 111110 1000010

Color Harmonies of #72DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DEBA

Black with #72DEBA

Text Example


Text Example

White with #72DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,222,186); }

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

background-color css

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

 a { background-color: rgb(114,222,186); }

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

border-color css

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

 span { border-color: rgb(114,222,186); }

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