Html Css Color HEX #72EEB2 Medium Aquamarine

📋 copy color: '#72EEB2'

red 114 ◦ green 238 ◦ blue 178

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

Shades of Medium Aquamarine #72EEB2

Tints of Medium Aquamarine #72EEB2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.91%

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

R = 21.51%
G = 44.91%
B = 33.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#72EEB2 (or 0x72EEB2) is known color: Medium Aquamarine. HEX triplet: 72, EE and B2. RGB value is (114,238,178). Sum of RGB (Red+Green+Blue) = 114+238+178=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #72EEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EEB2 is #8D114D. Grayscale: #C2C2C2. Windows color (decimal): -9245006 or 11726450. OLE color: 11726450.

HSL color Cylindrical-coordinate representation of color #72EEB2: hue angle of 150.97º degrees, saturation: 0.78, 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 #72EEB2 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 238 178 -
CMYK 0.52 0 0.25 0.07
HSL 150.97º 0.78% 0.69% -
HSV(B) 150.97º 0.52% 0.93% -
XYZ 45.55 67.94 52.83 -
YUV 194.08 118.92 70.88 -
System Red Green Blue C M Y K H S L
Decimal 114 238 178 0.52 0 0.25 0.07 150.97 0.78 0.69
Hex 72 EE B2 34 0 19 7 97 4E 45
Octal 162 356 262 64 0 31 7 227 116 105
Binary 1110010 11101110 10110010 110100 0 11001 111 10010111 1001110 1000101

Color Harmonies of #72EEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EEB2

Black with #72EEB2

Text Example


Text Example

White with #72EEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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