Html Css Color HEX #72DEC1 Downy

📋 copy color: '#72DEC1'

red 114 ◦ green 222 ◦ blue 193

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

Shades of Downy #72DEC1

Tints of Downy #72DEC1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.97%

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 21.55%
G = 41.97%
B = 36.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#72DEC1 (or 0x72DEC1) is known color: Downy. HEX triplet: 72, DE and C1. RGB value is (114,222,193). Sum of RGB (Red+Green+Blue) = 114+222+193=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #72DEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DEC1 is #8D213E. Grayscale: #BABABA. Windows color (decimal): -9249087 or 12705394. OLE color: 12705394.

HSL color Cylindrical-coordinate representation of color #72DEC1: hue angle of 163.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DEC1 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 222 193 -
CMYK 0.49 0 0.13 0.13
HSL 163.89º 0.62% 0.66% -
HSV(B) 163.89º 0.49% 0.87% -
XYZ 42.69 59.67 59.72 -
YUV 186.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 114 222 193 0.49 0 0.13 0.13 163.89 0.62 0.66
Hex 72 DE C1 31 0 D D A4 3E 42
Octal 162 336 301 61 0 15 15 244 76 102
Binary 1110010 11011110 11000001 110001 0 1101 1101 10100100 111110 1000010

Color Harmonies of #72DEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DEC1

Black with #72DEC1

Text Example


Text Example

White with #72DEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,222,193); }

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

background-color css

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

 a { background-color: rgb(114,222,193); }

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

border-color css

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

 span { border-color: rgb(114,222,193); }

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