Html Css Color HEX #72DEA6 Medium Aquamarine

📋 copy color: '#72DEA6'

red 114 ◦ green 222 ◦ blue 166

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

Shades of Medium Aquamarine #72DEA6

Tints of Medium Aquamarine #72DEA6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 22.71%
G = 44.22%
B = 33.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#72DEA6 (or 0x72DEA6) is known color: Medium Aquamarine. HEX triplet: 72, DE and A6. RGB value is (114,222,166). Sum of RGB (Red+Green+Blue) = 114+222+166=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #72DEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DEA6 is #8D2159. Grayscale: #B7B7B7. Windows color (decimal): -9249114 or 10935922. OLE color: 10935922.

HSL color Cylindrical-coordinate representation of color #72DEA6: hue angle of 148.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DEA6 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 222 166 -
CMYK 0.49 0 0.25 0.13
HSL 148.89º 0.62% 0.66% -
HSV(B) 148.89º 0.49% 0.87% -
XYZ 39.94 58.57 45.28 -
YUV 183.32 118.22 78.55 -
System Red Green Blue C M Y K H S L
Decimal 114 222 166 0.49 0 0.25 0.13 148.89 0.62 0.66
Hex 72 DE A6 31 0 19 D 95 3E 42
Octal 162 336 246 61 0 31 15 225 76 102
Binary 1110010 11011110 10100110 110001 0 11001 1101 10010101 111110 1000010

Color Harmonies of #72DEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DEA6

Black with #72DEA6

Text Example


Text Example

White with #72DEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,222,166); }

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

background-color css

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

 a { background-color: rgb(114,222,166); }

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

border-color css

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

 span { border-color: rgb(114,222,166); }

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