Html Css Color HEX #72CEA6 Medium Aquamarine

📋 copy color: '#72CEA6'

red 114 ◦ green 206 ◦ blue 166

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

Shades of Medium Aquamarine #72CEA6

Tints of Medium Aquamarine #72CEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.39%

 BLUE value IS 166 (65.23% from 255) = 34.16%

R = 23.46%
G = 42.39%
B = 34.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#72CEA6 (or 0x72CEA6) is known color: Medium Aquamarine. HEX triplet: 72, CE and A6. RGB value is (114,206,166). Sum of RGB (Red+Green+Blue) = 114+206+166=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CEA6 is #8D3159. Grayscale: #ADADAD. Windows color (decimal): -9253210 or 10931826. OLE color: 10931826.

HSL color Cylindrical-coordinate representation of color #72CEA6: hue angle of 153.91º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CEA6 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 206 166 -
CMYK 0.45 0 0.19 0.19
HSL 153.91º 0.48% 0.63% -
HSV(B) 153.91º 0.45% 0.81% -
XYZ 35.89 50.47 43.93 -
YUV 173.93 123.52 85.25 -
System Red Green Blue C M Y K H S L
Decimal 114 206 166 0.45 0 0.19 0.19 153.91 0.48 0.63
Hex 72 CE A6 2D 0 13 13 9A 30 3F
Octal 162 316 246 55 0 23 23 232 60 77
Binary 1110010 11001110 10100110 101101 0 10011 10011 10011010 110000 111111

Color Harmonies of #72CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CEA6

Black with #72CEA6

Text Example


Text Example

White with #72CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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