Html Css Color HEX #72DFB8 Downy

📋 copy color: '#72DFB8'

red 114 ◦ green 223 ◦ blue 184

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

Shades of Downy #72DFB8

Tints of Downy #72DFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 21.88%
G = 42.8%
B = 35.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#72DFB8 (or 0x72DFB8) is known color: Downy. HEX triplet: 72, DF and B8. RGB value is (114,223,184). Sum of RGB (Red+Green+Blue) = 114+223+184=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFB8 is #8D2047. Grayscale: #BABABA. Windows color (decimal): -9248840 or 12115826. OLE color: 12115826.

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

Color convert

RGB 114 223 184 -
CMYK 0.49 0 0.17 0.13
HSL 158.53º 0.63% 0.66% -
HSV(B) 158.53º 0.49% 0.87% -
XYZ 41.98 59.81 54.68 -
YUV 185.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 114 223 184 0.49 0 0.17 0.13 158.53 0.63 0.66
Hex 72 DF B8 31 0 11 D 9F 3F 42
Octal 162 337 270 61 0 21 15 237 77 102
Binary 1110010 11011111 10111000 110001 0 10001 1101 10011111 111111 1000010

Color Harmonies of #72DFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DFB8

Black with #72DFB8

Text Example


Text Example

White with #72DFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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