Html Css Color HEX #72E6C9 Downy

📋 copy color: '#72E6C9'

red 114 ◦ green 230 ◦ blue 201

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

Shades of Downy #72E6C9

Tints of Downy #72E6C9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.2%

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 20.92%
G = 42.2%
B = 36.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#72E6C9 (or 0x72E6C9) is known color: Downy. HEX triplet: 72, E6 and C9. RGB value is (114,230,201). Sum of RGB (Red+Green+Blue) = 114+230+201=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E6C9 is #8D1936. Grayscale: #C0C0C0. Windows color (decimal): -9247031 or 13231730. OLE color: 13231730.

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

Color convert

RGB 114 230 201 -
CMYK 0.50 0 0.13 0.10
HSL 165º 0.7% 0.67% -
HSV(B) 165º 0.5% 0.9% -
XYZ 45.78 64.39 65.27 -
YUV 192.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 114 230 201 0.50 0 0.13 0.10 165 0.7 0.67
Hex 72 E6 C9 32 0 D A A5 46 43
Octal 162 346 311 62 0 15 12 245 106 103
Binary 1110010 11100110 11001001 110010 0 1101 1010 10100101 1000110 1000011

Color Harmonies of #72E6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E6C9

Black with #72E6C9

Text Example


Text Example

White with #72E6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,230,201); }

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

background-color css

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

 a { background-color: rgb(114,230,201); }

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

border-color css

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

 span { border-color: rgb(114,230,201); }

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