Html Css Color HEX #72DDBD Downy

📋 copy color: '#72DDBD'

red 114 ◦ green 221 ◦ blue 189

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

Shades of Downy #72DDBD

Tints of Downy #72DDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.18%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 21.76%
G = 42.18%
B = 36.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#72DDBD (or 0x72DDBD) is known color: Downy. HEX triplet: 72, DD and BD. RGB value is (114,221,189). Sum of RGB (Red+Green+Blue) = 114+221+189=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDBD is #8D2242. Grayscale: #B9B9B9. Windows color (decimal): -9249347 or 12442994. OLE color: 12442994.

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

Color convert

RGB 114 221 189 -
CMYK 0.48 0 0.14 0.13
HSL 162.06º 0.61% 0.66% -
HSV(B) 162.06º 0.48% 0.87% -
XYZ 41.98 58.96 57.31 -
YUV 185.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 114 221 189 0.48 0 0.14 0.13 162.06 0.61 0.66
Hex 72 DD BD 30 0 E D A2 3D 42
Octal 162 335 275 60 0 16 15 242 75 102
Binary 1110010 11011101 10111101 110000 0 1110 1101 10100010 111101 1000010

Color Harmonies of #72DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DDBD

Black with #72DDBD

Text Example


Text Example

White with #72DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,221,189); }

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

background-color css

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

 a { background-color: rgb(114,221,189); }

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

border-color css

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

 span { border-color: rgb(114,221,189); }

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