Html Css Color HEX #72DABC Downy

📋 copy color: '#72DABC'

red 114 ◦ green 218 ◦ blue 188

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

Shades of Downy #72DABC

Tints of Downy #72DABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.92%

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

R = 21.92%
G = 41.92%
B = 36.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#72DABC (or 0x72DABC) is known color: Downy. HEX triplet: 72, DA and BC. RGB value is (114,218,188). Sum of RGB (Red+Green+Blue) = 114+218+188=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #72DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DABC is #8D2543. Grayscale: #B7B7B7. Windows color (decimal): -9250116 or 12376690. OLE color: 12376690.

HSL color Cylindrical-coordinate representation of color #72DABC: hue angle of 162.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DABC is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 218 188 -
CMYK 0.48 0 0.14 0.15
HSL 162.69º 0.58% 0.65% -
HSV(B) 162.69º 0.48% 0.85% -
XYZ 41.09 57.35 56.48 -
YUV 183.48 130.54 78.44 -
System Red Green Blue C M Y K H S L
Decimal 114 218 188 0.48 0 0.14 0.15 162.69 0.58 0.65
Hex 72 DA BC 30 0 E F A3 3A 41
Octal 162 332 274 60 0 16 17 243 72 101
Binary 1110010 11011010 10111100 110000 0 1110 1111 10100011 111010 1000001

Color Harmonies of #72DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DABC

Black with #72DABC

Text Example


Text Example

White with #72DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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