Html Css Color HEX #72E1C2 Downy

📋 copy color: '#72E1C2'

red 114 ◦ green 225 ◦ blue 194

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

Shades of Downy #72E1C2

Tints of Downy #72E1C2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.21%

 BLUE value IS 194 (76.17% from 255) = 36.4%

R = 21.39%
G = 42.21%
B = 36.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#72E1C2 (or 0x72E1C2) is known color: Downy. HEX triplet: 72, E1 and C2. RGB value is (114,225,194). Sum of RGB (Red+Green+Blue) = 114+225+194=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E1C2 is #8D1E3D. Grayscale: #BCBCBC. Windows color (decimal): -9248318 or 12771698. OLE color: 12771698.

HSL color Cylindrical-coordinate representation of color #72E1C2: hue angle of 163.24º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E1C2 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 225 194 -
CMYK 0.49 0 0.14 0.12
HSL 163.24º 0.65% 0.66% -
HSV(B) 163.24º 0.49% 0.88% -
XYZ 43.6 61.32 60.58 -
YUV 188.28 131.23 75.02 -
System Red Green Blue C M Y K H S L
Decimal 114 225 194 0.49 0 0.14 0.12 163.24 0.65 0.66
Hex 72 E1 C2 31 0 E C A3 41 42
Octal 162 341 302 61 0 16 14 243 101 102
Binary 1110010 11100001 11000010 110001 0 1110 1100 10100011 1000001 1000010

Color Harmonies of #72E1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E1C2

Black with #72E1C2

Text Example


Text Example

White with #72E1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,225,194); }

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

background-color css

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

 a { background-color: rgb(114,225,194); }

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

border-color css

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

 span { border-color: rgb(114,225,194); }

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