Html Css Color HEX #72CDA2 Medium Aquamarine

📋 copy color: '#72CDA2'

red 114 ◦ green 205 ◦ blue 162

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

Shades of Medium Aquamarine #72CDA2

Tints of Medium Aquamarine #72CDA2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

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

R = 23.7%
G = 42.62%
B = 33.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#72CDA2 (or 0x72CDA2) is known color: Medium Aquamarine. HEX triplet: 72, CD and A2. RGB value is (114,205,162). Sum of RGB (Red+Green+Blue) = 114+205+162=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CDA2 is #8D325D. Grayscale: #ACACAC. Windows color (decimal): -9253470 or 10669426. OLE color: 10669426.

HSL color Cylindrical-coordinate representation of color #72CDA2: hue angle of 151.65º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CDA2 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 205 162 -
CMYK 0.44 0 0.21 0.20
HSL 151.65º 0.48% 0.63% -
HSV(B) 151.65º 0.44% 0.8% -
XYZ 35.29 49.85 41.94 -
YUV 172.89 121.85 86 -
System Red Green Blue C M Y K H S L
Decimal 114 205 162 0.44 0 0.21 0.20 151.65 0.48 0.63
Hex 72 CD A2 2C 0 15 14 98 30 3F
Octal 162 315 242 54 0 25 24 230 60 77
Binary 1110010 11001101 10100010 101100 0 10101 10100 10011000 110000 111111

Color Harmonies of #72CDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CDA2

Black with #72CDA2

Text Example


Text Example

White with #72CDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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