Html Css Color HEX #72E7CE Downy

📋 copy color: '#72E7CE'

red 114 ◦ green 231 ◦ blue 206

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

Shades of Downy #72E7CE

Tints of Downy #72E7CE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.92%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 20.69%
G = 41.92%
B = 37.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#72E7CE (or 0x72E7CE) is known color: Downy. HEX triplet: 72, E7 and CE. RGB value is (114,231,206). Sum of RGB (Red+Green+Blue) = 114+231+206=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #72E7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E7CE is #8D1831. Grayscale: #C1C1C1. Windows color (decimal): -9246770 or 13559666. OLE color: 13559666.

HSL color Cylindrical-coordinate representation of color #72E7CE: hue angle of 167.18º degrees, saturation: 0.71, 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 #72E7CE is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 231 206 -
CMYK 0.51 0 0.11 0.09
HSL 167.18º 0.71% 0.68% -
HSV(B) 167.18º 0.51% 0.91% -
XYZ 46.66 65.19 68.52 -
YUV 193.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 114 231 206 0.51 0 0.11 0.09 167.18 0.71 0.68
Hex 72 E7 CE 33 0 B 9 A7 47 44
Octal 162 347 316 63 0 13 11 247 107 104
Binary 1110010 11100111 11001110 110011 0 1011 1001 10100111 1000111 1000100

Color Harmonies of #72E7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E7CE

Black with #72E7CE

Text Example


Text Example

White with #72E7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,231,206); }

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

background-color css

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

 a { background-color: rgb(114,231,206); }

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

border-color css

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

 span { border-color: rgb(114,231,206); }

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