Html Css Color HEX #72D2A8 Medium Aquamarine

📋 copy color: '#72D2A8'

red 114 ◦ green 210 ◦ blue 168

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

Shades of Medium Aquamarine #72D2A8

Tints of Medium Aquamarine #72D2A8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.68%

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 23.17%
G = 42.68%
B = 34.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#72D2A8 (or 0x72D2A8) is known color: Medium Aquamarine. HEX triplet: 72, D2 and A8. RGB value is (114,210,168). Sum of RGB (Red+Green+Blue) = 114+210+168=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D2A8 is #8D2D57. Grayscale: #B0B0B0. Windows color (decimal): -9252184 or 11063922. OLE color: 11063922.

HSL color Cylindrical-coordinate representation of color #72D2A8: hue angle of 153.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D2A8 is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 210 168 -
CMYK 0.46 0 0.2 0.18
HSL 153.75º 0.52% 0.64% -
HSV(B) 153.75º 0.46% 0.82% -
XYZ 37.05 52.5 45.23 -
YUV 176.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 114 210 168 0.46 0 0.2 0.18 153.75 0.52 0.64
Hex 72 D2 A8 2E 0 14 12 9A 34 40
Octal 162 322 250 56 0 24 22 232 64 100
Binary 1110010 11010010 10101000 101110 0 10100 10010 10011010 110100 1000000

Color Harmonies of #72D2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D2A8

Black with #72D2A8

Text Example


Text Example

White with #72D2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,210,168); }

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

background-color css

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

 a { background-color: rgb(114,210,168); }

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

border-color css

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

 span { border-color: rgb(114,210,168); }

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