Html Css Color HEX #72DABB Downy

📋 copy color: '#72DABB'

red 114 ◦ green 218 ◦ blue 187

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

Shades of Downy #72DABB

Tints of Downy #72DABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 21.97%
G = 42%
B = 36.03%

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

#72DABB (or 0x72DABB) is known color: Downy. HEX triplet: 72, DA and BB. RGB value is (114,218,187). Sum of RGB (Red+Green+Blue) = 114+218+187=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #72DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DABB is #8D2544. Grayscale: #B7B7B7. Windows color (decimal): -9250117 or 12311154. OLE color: 12311154.

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

Color convert

RGB 114 218 187 -
CMYK 0.48 0 0.14 0.15
HSL 162.12º 0.58% 0.65% -
HSV(B) 162.12º 0.48% 0.85% -
XYZ 40.98 57.31 55.92 -
YUV 183.37 130.04 78.52 -
System Red Green Blue C M Y K H S L
Decimal 114 218 187 0.48 0 0.14 0.15 162.12 0.58 0.65
Hex 72 DA BB 30 0 E F A2 3A 41
Octal 162 332 273 60 0 16 17 242 72 101
Binary 1110010 11011010 10111011 110000 0 1110 1111 10100010 111010 1000001

Color Harmonies of #72DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DABB

Black with #72DABB

Text Example


Text Example

White with #72DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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