Html Css Color HEX #72DAC7 Downy

📋 copy color: '#72DAC7'

red 114 ◦ green 218 ◦ blue 199

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

Shades of Downy #72DAC7

Tints of Downy #72DAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 21.47%
G = 41.05%
B = 37.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#72DAC7 (or 0x72DAC7) is known color: Downy. HEX triplet: 72, DA and C7. RGB value is (114,218,199). Sum of RGB (Red+Green+Blue) = 114+218+199=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #72DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DAC7 is #8D2538. Grayscale: #B8B8B8. Windows color (decimal): -9250105 or 13097586. OLE color: 13097586.

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

Color convert

RGB 114 218 199 -
CMYK 0.48 0 0.09 0.15
HSL 169.04º 0.58% 0.65% -
HSV(B) 169.04º 0.48% 0.85% -
XYZ 42.32 57.84 62.97 -
YUV 184.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 114 218 199 0.48 0 0.09 0.15 169.04 0.58 0.65
Hex 72 DA C7 30 0 9 F A9 3A 41
Octal 162 332 307 60 0 11 17 251 72 101
Binary 1110010 11011010 11000111 110000 0 1001 1111 10101001 111010 1000001

Color Harmonies of #72DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DAC7

Black with #72DAC7

Text Example


Text Example

White with #72DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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