Html Css Color HEX #72EBA2 Medium Aquamarine

📋 copy color: '#72EBA2'

red 114 ◦ green 235 ◦ blue 162

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

Shades of Medium Aquamarine #72EBA2

Tints of Medium Aquamarine #72EBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.99%

 BLUE value IS 162 (63.67% from 255) = 31.7%

R = 22.31%
G = 45.99%
B = 31.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#72EBA2 (or 0x72EBA2) is known color: Medium Aquamarine. HEX triplet: 72, EB and A2. RGB value is (114,235,162). Sum of RGB (Red+Green+Blue) = 114+235+162=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EBA2 is #8D145D. Grayscale: #BEBEBE. Windows color (decimal): -9245790 or 10677106. OLE color: 10677106.

HSL color Cylindrical-coordinate representation of color #72EBA2: hue angle of 143.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EBA2 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 235 162 -
CMYK 0.51 0 0.31 0.08
HSL 143.8º 0.75% 0.68% -
HSV(B) 143.8º 0.51% 0.92% -
XYZ 43.17 65.6 44.57 -
YUV 190.5 111.91 73.44 -
System Red Green Blue C M Y K H S L
Decimal 114 235 162 0.51 0 0.31 0.08 143.8 0.75 0.68
Hex 72 EB A2 33 0 1F 8 90 4B 44
Octal 162 353 242 63 0 37 10 220 113 104
Binary 1110010 11101011 10100010 110011 0 11111 1000 10010000 1001011 1000100

Color Harmonies of #72EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EBA2

Black with #72EBA2

Text Example


Text Example

White with #72EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,235,162); }

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

background-color css

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

 a { background-color: rgb(114,235,162); }

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

border-color css

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

 span { border-color: rgb(114,235,162); }

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