Html Css Color HEX #72EBA1 Medium Aquamarine

📋 copy color: '#72EBA1'

red 114 ◦ green 235 ◦ blue 161

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

Shades of Medium Aquamarine #72EBA1

Tints of Medium Aquamarine #72EBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.57%

R = 22.35%
G = 46.08%
B = 31.57%

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

#72EBA1 (or 0x72EBA1) is known color: Medium Aquamarine. HEX triplet: 72, EB and A1. RGB value is (114,235,161). Sum of RGB (Red+Green+Blue) = 114+235+161=510 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.35% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EBA1 is #8D145E. Grayscale: #BEBEBE. Windows color (decimal): -9245791 or 10611570. OLE color: 10611570.

HSL color Cylindrical-coordinate representation of color #72EBA1: hue angle of 143.31º 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 #72EBA1 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 235 161 -
CMYK 0.51 0 0.31 0.08
HSL 143.31º 0.75% 0.68% -
HSV(B) 143.31º 0.51% 0.92% -
XYZ 43.08 65.57 44.1 -
YUV 190.39 111.41 73.52 -
System Red Green Blue C M Y K H S L
Decimal 114 235 161 0.51 0 0.31 0.08 143.31 0.75 0.68
Hex 72 EB A1 33 0 1F 8 8F 4B 44
Octal 162 353 241 63 0 37 10 217 113 104
Binary 1110010 11101011 10100001 110011 0 11111 1000 10001111 1001011 1000100

Color Harmonies of #72EBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EBA1

Black with #72EBA1

Text Example


Text Example

White with #72EBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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