Html Css Color HEX #72DACE Downy

📋 copy color: '#72DACE'

red 114 ◦ green 218 ◦ blue 206

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

Shades of Downy #72DACE

Tints of Downy #72DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 21.19%
G = 40.52%
B = 38.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#72DACE (or 0x72DACE) is known color: Downy. HEX triplet: 72, DA and CE. RGB value is (114,218,206). Sum of RGB (Red+Green+Blue) = 114+218+206=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #72DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DACE is #8D2531. Grayscale: #B9B9B9. Windows color (decimal): -9250098 or 13556338. OLE color: 13556338.

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

Color convert

RGB 114 218 206 -
CMYK 0.48 0 0.06 0.15
HSL 173.08º 0.58% 0.65% -
HSV(B) 173.08º 0.48% 0.85% -
XYZ 43.15 58.18 67.35 -
YUV 185.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 114 218 206 0.48 0 0.06 0.15 173.08 0.58 0.65
Hex 72 DA CE 30 0 6 F AD 3A 41
Octal 162 332 316 60 0 6 17 255 72 101
Binary 1110010 11011010 11001110 110000 0 110 1111 10101101 111010 1000001

Color Harmonies of #72DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DACE

Black with #72DACE

Text Example


Text Example

White with #72DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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