Html Css Color HEX #72EAB2 Medium Aquamarine

📋 copy color: '#72EAB2'

red 114 ◦ green 234 ◦ blue 178

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

Shades of Medium Aquamarine #72EAB2

Tints of Medium Aquamarine #72EAB2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.49%

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 21.67%
G = 44.49%
B = 33.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#72EAB2 (or 0x72EAB2) is known color: Medium Aquamarine. HEX triplet: 72, EA and B2. RGB value is (114,234,178). Sum of RGB (Red+Green+Blue) = 114+234+178=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #72EAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EAB2 is #8D154D. Grayscale: #BFBFBF. Windows color (decimal): -9246030 or 11725426. OLE color: 11725426.

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

Color convert

RGB 114 234 178 -
CMYK 0.51 0 0.24 0.08
HSL 152º 0.74% 0.68% -
HSV(B) 152º 0.51% 0.92% -
XYZ 44.4 65.64 52.45 -
YUV 191.74 120.24 72.55 -
System Red Green Blue C M Y K H S L
Decimal 114 234 178 0.51 0 0.24 0.08 152 0.74 0.68
Hex 72 EA B2 33 0 18 8 98 4A 44
Octal 162 352 262 63 0 30 10 230 112 104
Binary 1110010 11101010 10110010 110011 0 11000 1000 10011000 1001010 1000100

Color Harmonies of #72EAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EAB2

Black with #72EAB2

Text Example


Text Example

White with #72EAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,234,178); }

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

background-color css

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

 a { background-color: rgb(114,234,178); }

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

border-color css

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

 span { border-color: rgb(114,234,178); }

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