Html Css Color HEX #72DCCD Downy

📋 copy color: '#72DCCD'

red 114 ◦ green 220 ◦ blue 205

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

Shades of Downy #72DCCD

Tints of Downy #72DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 21.15%
G = 40.82%
B = 38.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#72DCCD (or 0x72DCCD) is known color: Downy. HEX triplet: 72, DC and CD. RGB value is (114,220,205). Sum of RGB (Red+Green+Blue) = 114+220+205=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCCD is #8D2332. Grayscale: #BABABA. Windows color (decimal): -9249587 or 13491314. OLE color: 13491314.

HSL color Cylindrical-coordinate representation of color #72DCCD: hue angle of 171.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCCD is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 205 -
CMYK 0.48 0 0.07 0.14
HSL 171.51º 0.6% 0.65% -
HSV(B) 171.51º 0.48% 0.86% -
XYZ 43.55 59.17 66.88 -
YUV 186.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 114 220 205 0.48 0 0.07 0.14 171.51 0.6 0.65
Hex 72 DC CD 30 0 7 E AC 3C 41
Octal 162 334 315 60 0 7 16 254 74 101
Binary 1110010 11011100 11001101 110000 0 111 1110 10101100 111100 1000001

Color Harmonies of #72DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DCCD

Black with #72DCCD

Text Example


Text Example

White with #72DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,220,205); }

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

background-color css

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

 a { background-color: rgb(114,220,205); }

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

border-color css

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

 span { border-color: rgb(114,220,205); }

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