Html Css Color HEX #72DAC0 Downy

📋 copy color: '#72DAC0'

red 114 ◦ green 218 ◦ blue 192

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

Shades of Downy #72DAC0

Tints of Downy #72DAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 21.76%
G = 41.6%
B = 36.64%

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

#72DAC0 (or 0x72DAC0) is known color: Downy. HEX triplet: 72, DA and C0. RGB value is (114,218,192). Sum of RGB (Red+Green+Blue) = 114+218+192=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #72DAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DAC0 is #8D253F. Grayscale: #B7B7B7. Windows color (decimal): -9250112 or 12638834. OLE color: 12638834.

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

Color convert

RGB 114 218 192 -
CMYK 0.48 0 0.12 0.15
HSL 165º 0.58% 0.65% -
HSV(B) 165º 0.48% 0.85% -
XYZ 41.53 57.53 58.78 -
YUV 183.94 132.54 78.11 -
System Red Green Blue C M Y K H S L
Decimal 114 218 192 0.48 0 0.12 0.15 165 0.58 0.65
Hex 72 DA C0 30 0 C F A5 3A 41
Octal 162 332 300 60 0 14 17 245 72 101
Binary 1110010 11011010 11000000 110000 0 1100 1111 10100101 111010 1000001

Color Harmonies of #72DAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DAC0

Black with #72DAC0

Text Example


Text Example

White with #72DAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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