Html Css Color HEX #72D0C4 Downy

📋 copy color: '#72D0C4'

red 114 ◦ green 208 ◦ blue 196

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

Shades of Downy #72D0C4

Tints of Downy #72D0C4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 22.01%
G = 40.15%
B = 37.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#72D0C4 (or 0x72D0C4) is known color: Downy. HEX triplet: 72, D0 and C4. RGB value is (114,208,196). Sum of RGB (Red+Green+Blue) = 114+208+196=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #72D0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D0C4 is #8D2F3B. Grayscale: #B2B2B2. Windows color (decimal): -9252668 or 12898418. OLE color: 12898418.

HSL color Cylindrical-coordinate representation of color #72D0C4: hue angle of 172.34º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D0C4 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 208 196 -
CMYK 0.45 0 0.06 0.18
HSL 172.34º 0.5% 0.63% -
HSV(B) 172.34º 0.45% 0.82% -
XYZ 39.46 52.67 60.31 -
YUV 178.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 114 208 196 0.45 0 0.06 0.18 172.34 0.5 0.63
Hex 72 D0 C4 2D 0 6 12 AC 32 3F
Octal 162 320 304 55 0 6 22 254 62 77
Binary 1110010 11010000 11000100 101101 0 110 10010 10101100 110010 111111

Color Harmonies of #72D0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D0C4

Black with #72D0C4

Text Example


Text Example

White with #72D0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,208,196); }

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

background-color css

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

 a { background-color: rgb(114,208,196); }

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

border-color css

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

 span { border-color: rgb(114,208,196); }

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