Html Css Color HEX #72DABF Downy

📋 copy color: '#72DABF'

red 114 ◦ green 218 ◦ blue 191

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

Shades of Downy #72DABF

Tints of Downy #72DABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.52%

R = 21.8%
G = 41.68%
B = 36.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#72DABF (or 0x72DABF) is known color: Downy. HEX triplet: 72, DA and BF. RGB value is (114,218,191). Sum of RGB (Red+Green+Blue) = 114+218+191=523 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.80% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #72DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DABF is #8D2540. Grayscale: #B7B7B7. Windows color (decimal): -9250113 or 12573298. OLE color: 12573298.

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

Color convert

RGB 114 218 191 -
CMYK 0.48 0 0.12 0.15
HSL 164.42º 0.58% 0.65% -
HSV(B) 164.42º 0.48% 0.85% -
XYZ 41.41 57.48 58.2 -
YUV 183.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 114 218 191 0.48 0 0.12 0.15 164.42 0.58 0.65
Hex 72 DA BF 30 0 C F A4 3A 41
Octal 162 332 277 60 0 14 17 244 72 101
Binary 1110010 11011010 10111111 110000 0 1100 1111 10100100 111010 1000001

Color Harmonies of #72DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DABF

Black with #72DABF

Text Example


Text Example

White with #72DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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