Html Css Color HEX #72ECAB Medium Aquamarine

📋 copy color: '#72ECAB'

red 114 ◦ green 236 ◦ blue 171

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

Shades of Medium Aquamarine #72ECAB

Tints of Medium Aquamarine #72ECAB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.3%

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 21.88%
G = 45.3%
B = 32.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#72ECAB (or 0x72ECAB) is known color: Medium Aquamarine. HEX triplet: 72, EC and AB. RGB value is (114,236,171). Sum of RGB (Red+Green+Blue) = 114+236+171=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72ECAB is #8D1354. Grayscale: #C0C0C0. Windows color (decimal): -9245525 or 11267186. OLE color: 11267186.

HSL color Cylindrical-coordinate representation of color #72ECAB: hue angle of 148.03º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECAB is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 171 -
CMYK 0.52 0 0.28 0.07
HSL 148.03º 0.76% 0.69% -
HSV(B) 148.03º 0.52% 0.93% -
XYZ 44.29 66.51 49.03 -
YUV 192.11 116.08 72.29 -
System Red Green Blue C M Y K H S L
Decimal 114 236 171 0.52 0 0.28 0.07 148.03 0.76 0.69
Hex 72 EC AB 34 0 1C 7 94 4C 45
Octal 162 354 253 64 0 34 7 224 114 105
Binary 1110010 11101100 10101011 110100 0 11100 111 10010100 1001100 1000101

Color Harmonies of #72ECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECAB

Black with #72ECAB

Text Example


Text Example

White with #72ECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,236,171); }

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

background-color css

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

 a { background-color: rgb(114,236,171); }

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

border-color css

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

 span { border-color: rgb(114,236,171); }

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