Html Css Color HEX #72DCCC Downy

📋 copy color: '#72DCCC'

red 114 ◦ green 220 ◦ blue 204

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

Shades of Downy #72DCCC

Tints of Downy #72DCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 21.19%
G = 40.89%
B = 37.92%

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

#72DCCC (or 0x72DCCC) is known color: Downy. HEX triplet: 72, DC and CC. RGB value is (114,220,204). Sum of RGB (Red+Green+Blue) = 114+220+204=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCCC is #8D2333. Grayscale: #BABABA. Windows color (decimal): -9249588 or 13425778. OLE color: 13425778.

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

Color convert

RGB 114 220 204 -
CMYK 0.48 0 0.07 0.14
HSL 170.94º 0.6% 0.65% -
HSV(B) 170.94º 0.48% 0.86% -
XYZ 43.43 59.12 66.25 -
YUV 186.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 114 220 204 0.48 0 0.07 0.14 170.94 0.6 0.65
Hex 72 DC CC 30 0 7 E AB 3C 41
Octal 162 334 314 60 0 7 16 253 74 101
Binary 1110010 11011100 11001100 110000 0 111 1110 10101011 111100 1000001

Color Harmonies of #72DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DCCC

Black with #72DCCC

Text Example


Text Example

White with #72DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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