Html Css Color HEX #72EBA4 Medium Aquamarine

📋 copy color: '#72EBA4'

red 114 ◦ green 235 ◦ blue 164

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

Shades of Medium Aquamarine #72EBA4

Tints of Medium Aquamarine #72EBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.97%

R = 22.22%
G = 45.81%
B = 31.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#72EBA4 (or 0x72EBA4) is known color: Medium Aquamarine. HEX triplet: 72, EB and A4. RGB value is (114,235,164). Sum of RGB (Red+Green+Blue) = 114+235+164=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #72EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EBA4 is #8D145B. Grayscale: #BEBEBE. Windows color (decimal): -9245788 or 10808178. OLE color: 10808178.

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

Color convert

RGB 114 235 164 -
CMYK 0.51 0 0.30 0.08
HSL 144.79º 0.75% 0.68% -
HSV(B) 144.79º 0.51% 0.92% -
XYZ 43.35 65.67 45.51 -
YUV 190.73 112.91 73.27 -
System Red Green Blue C M Y K H S L
Decimal 114 235 164 0.51 0 0.30 0.08 144.79 0.75 0.68
Hex 72 EB A4 33 0 1E 8 91 4B 44
Octal 162 353 244 63 0 36 10 221 113 104
Binary 1110010 11101011 10100100 110011 0 11110 1000 10010001 1001011 1000100

Color Harmonies of #72EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EBA4

Black with #72EBA4

Text Example


Text Example

White with #72EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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