Html Css Color HEX #72E2C6 Downy

📋 copy color: '#72E2C6'

red 114 ◦ green 226 ◦ blue 198

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

Shades of Downy #72E2C6

Tints of Downy #72E2C6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.01%

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 21.19%
G = 42.01%
B = 36.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#72E2C6 (or 0x72E2C6) is known color: Downy. HEX triplet: 72, E2 and C6. RGB value is (114,226,198). Sum of RGB (Red+Green+Blue) = 114+226+198=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #72E2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E2C6 is #8D1D39. Grayscale: #BDBDBD. Windows color (decimal): -9248058 or 13034098. OLE color: 13034098.

HSL color Cylindrical-coordinate representation of color #72E2C6: hue angle of 165º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E2C6 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 226 198 -
CMYK 0.50 0 0.12 0.11
HSL 165º 0.66% 0.67% -
HSV(B) 165º 0.5% 0.89% -
XYZ 44.33 62.05 63.07 -
YUV 189.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 114 226 198 0.50 0 0.12 0.11 165 0.66 0.67
Hex 72 E2 C6 32 0 C B A5 42 43
Octal 162 342 306 62 0 14 13 245 102 103
Binary 1110010 11100010 11000110 110010 0 1100 1011 10100101 1000010 1000011

Color Harmonies of #72E2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E2C6

Black with #72E2C6

Text Example


Text Example

White with #72E2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,226,198); }

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

background-color css

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

 a { background-color: rgb(114,226,198); }

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

border-color css

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

 span { border-color: rgb(114,226,198); }

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