Html Css Color HEX #72E9C1 Downy

📋 copy color: '#72E9C1'

red 114 ◦ green 233 ◦ blue 193

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

Shades of Downy #72E9C1

Tints of Downy #72E9C1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.15%

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

R = 21.11%
G = 43.15%
B = 35.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#72E9C1 (or 0x72E9C1) is known color: Downy. HEX triplet: 72, E9 and C1. RGB value is (114,233,193). Sum of RGB (Red+Green+Blue) = 114+233+193=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9C1 is #8D163E. Grayscale: #C0C0C0. Windows color (decimal): -9246271 or 12708210. OLE color: 12708210.

HSL color Cylindrical-coordinate representation of color #72E9C1: hue angle of 159.83º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E9C1 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 233 193 -
CMYK 0.51 0 0.17 0.09
HSL 159.83º 0.73% 0.68% -
HSV(B) 159.83º 0.51% 0.91% -
XYZ 45.7 65.71 60.73 -
YUV 192.86 128.08 71.75 -
System Red Green Blue C M Y K H S L
Decimal 114 233 193 0.51 0 0.17 0.09 159.83 0.73 0.68
Hex 72 E9 C1 33 0 11 9 A0 49 44
Octal 162 351 301 63 0 21 11 240 111 104
Binary 1110010 11101001 11000001 110011 0 10001 1001 10100000 1001001 1000100

Color Harmonies of #72E9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E9C1

Black with #72E9C1

Text Example


Text Example

White with #72E9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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