Html Css Color HEX #72DAD2 Downy

📋 copy color: '#72DAD2'

red 114 ◦ green 218 ◦ blue 210

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

Shades of Downy #72DAD2

Tints of Downy #72DAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.75%

R = 21.03%
G = 40.22%
B = 38.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#72DAD2 (or 0x72DAD2) is known color: Downy. HEX triplet: 72, DA and D2. RGB value is (114,218,210). Sum of RGB (Red+Green+Blue) = 114+218+210=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #72DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DAD2 is #8D252D. Grayscale: #B9B9B9. Windows color (decimal): -9250094 or 13818482. OLE color: 13818482.

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

Color convert

RGB 114 218 210 -
CMYK 0.48 0 0.04 0.15
HSL 175.38º 0.58% 0.65% -
HSV(B) 175.38º 0.48% 0.85% -
XYZ 43.64 58.37 69.94 -
YUV 185.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 114 218 210 0.48 0 0.04 0.15 175.38 0.58 0.65
Hex 72 DA D2 30 0 4 F AF 3A 41
Octal 162 332 322 60 0 4 17 257 72 101
Binary 1110010 11011010 11010010 110000 0 100 1111 10101111 111010 1000001

Color Harmonies of #72DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DAD2

Black with #72DAD2

Text Example


Text Example

White with #72DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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