Html Css Color HEX #72DFB6 Downy

📋 copy color: '#72DFB6'

red 114 ◦ green 223 ◦ blue 182

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

Shades of Downy #72DFB6

Tints of Downy #72DFB6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 21.97%
G = 42.97%
B = 35.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#72DFB6 (or 0x72DFB6) is known color: Downy. HEX triplet: 72, DF and B6. RGB value is (114,223,182). Sum of RGB (Red+Green+Blue) = 114+223+182=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFB6 is #8D2049. Grayscale: #B9B9B9. Windows color (decimal): -9248842 or 11984754. OLE color: 11984754.

HSL color Cylindrical-coordinate representation of color #72DFB6: hue angle of 157.43º degrees, saturation: 0.63, 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 #72DFB6 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 223 182 -
CMYK 0.49 0 0.18 0.13
HSL 157.43º 0.63% 0.66% -
HSV(B) 157.43º 0.49% 0.87% -
XYZ 41.77 59.73 53.58 -
YUV 185.74 125.89 76.83 -
System Red Green Blue C M Y K H S L
Decimal 114 223 182 0.49 0 0.18 0.13 157.43 0.63 0.66
Hex 72 DF B6 31 0 12 D 9D 3F 42
Octal 162 337 266 61 0 22 15 235 77 102
Binary 1110010 11011111 10110110 110001 0 10010 1101 10011101 111111 1000010

Color Harmonies of #72DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DFB6

Black with #72DFB6

Text Example


Text Example

White with #72DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,223,182); }

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

background-color css

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

 a { background-color: rgb(114,223,182); }

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

border-color css

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

 span { border-color: rgb(114,223,182); }

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