Html Css Color HEX #72D2A2 Medium Aquamarine

📋 copy color: '#72D2A2'

red 114 ◦ green 210 ◦ blue 162

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

Shades of Medium Aquamarine #72D2A2

Tints of Medium Aquamarine #72D2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.33%

R = 23.46%
G = 43.21%
B = 33.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#72D2A2 (or 0x72D2A2) is known color: Medium Aquamarine. HEX triplet: 72, D2 and A2. RGB value is (114,210,162). Sum of RGB (Red+Green+Blue) = 114+210+162=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D2A2 is #8D2D5D. Grayscale: #AFAFAF. Windows color (decimal): -9252190 or 10670706. OLE color: 10670706.

HSL color Cylindrical-coordinate representation of color #72D2A2: hue angle of 150º 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 #72D2A2 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 210 162 -
CMYK 0.46 0 0.23 0.18
HSL 150º 0.52% 0.64% -
HSV(B) 150º 0.46% 0.82% -
XYZ 36.51 52.28 42.35 -
YUV 175.82 120.2 83.9 -
System Red Green Blue C M Y K H S L
Decimal 114 210 162 0.46 0 0.23 0.18 150 0.52 0.64
Hex 72 D2 A2 2E 0 17 12 96 34 40
Octal 162 322 242 56 0 27 22 226 64 100
Binary 1110010 11010010 10100010 101110 0 10111 10010 10010110 110100 1000000

Color Harmonies of #72D2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D2A2

Black with #72D2A2

Text Example


Text Example

White with #72D2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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