Html Css Color HEX #72ECB2 Medium Aquamarine

📋 copy color: '#72ECB2'

red 114 ◦ green 236 ◦ blue 178

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

Shades of Medium Aquamarine #72ECB2

Tints of Medium Aquamarine #72ECB2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.7%

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

R = 21.59%
G = 44.7%
B = 33.71%

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

#72ECB2 (or 0x72ECB2) is known color: Medium Aquamarine. HEX triplet: 72, EC and B2. RGB value is (114,236,178). Sum of RGB (Red+Green+Blue) = 114+236+178=528 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.59% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72ECB2 is #8D134D. Grayscale: #C1C1C1. Windows color (decimal): -9245518 or 11725938. OLE color: 11725938.

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

Color convert

RGB 114 236 178 -
CMYK 0.52 0 0.25 0.07
HSL 151.48º 0.76% 0.69% -
HSV(B) 151.48º 0.52% 0.93% -
XYZ 44.97 66.78 52.64 -
YUV 192.91 119.58 71.72 -
System Red Green Blue C M Y K H S L
Decimal 114 236 178 0.52 0 0.25 0.07 151.48 0.76 0.69
Hex 72 EC B2 34 0 19 7 97 4C 45
Octal 162 354 262 64 0 31 7 227 114 105
Binary 1110010 11101100 10110010 110100 0 11001 111 10010111 1001100 1000101

Color Harmonies of #72ECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECB2

Black with #72ECB2

Text Example


Text Example

White with #72ECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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