Html Css Color HEX #72DABA Downy

📋 copy color: '#72DABA'

red 114 ◦ green 218 ◦ blue 186

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

Shades of Downy #72DABA

Tints of Downy #72DABA

RGB

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

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

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

R = 22.01%
G = 42.08%
B = 35.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#72DABA (or 0x72DABA) is known color: Downy. HEX triplet: 72, DA and BA. RGB value is (114,218,186). Sum of RGB (Red+Green+Blue) = 114+218+186=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #72DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DABA is #8D2545. Grayscale: #B7B7B7. Windows color (decimal): -9250118 or 12245618. OLE color: 12245618.

HSL color Cylindrical-coordinate representation of color #72DABA: hue angle of 161.54º 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 #72DABA is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 218 186 -
CMYK 0.48 0 0.15 0.15
HSL 161.54º 0.58% 0.65% -
HSV(B) 161.54º 0.48% 0.85% -
XYZ 40.87 57.27 55.35 -
YUV 183.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 114 218 186 0.48 0 0.15 0.15 161.54 0.58 0.65
Hex 72 DA BA 30 0 F F A2 3A 41
Octal 162 332 272 60 0 17 17 242 72 101
Binary 1110010 11011010 10111010 110000 0 1111 1111 10100010 111010 1000001

Color Harmonies of #72DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DABA

Black with #72DABA

Text Example


Text Example

White with #72DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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