Html Css Color HEX #72CDA1 Medium Aquamarine

📋 copy color: '#72CDA1'

red 114 ◦ green 205 ◦ blue 161

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

Shades of Medium Aquamarine #72CDA1

Tints of Medium Aquamarine #72CDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.54%

R = 23.75%
G = 42.71%
B = 33.54%

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

#72CDA1 (or 0x72CDA1) is known color: Medium Aquamarine. HEX triplet: 72, CD and A1. RGB value is (114,205,161). Sum of RGB (Red+Green+Blue) = 114+205+161=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CDA1 is #8D325E. Grayscale: #ACACAC. Windows color (decimal): -9253471 or 10603890. OLE color: 10603890.

HSL color Cylindrical-coordinate representation of color #72CDA1: hue angle of 150.99º 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 #72CDA1 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 205 161 -
CMYK 0.44 0 0.21 0.20
HSL 150.99º 0.48% 0.63% -
HSV(B) 150.99º 0.44% 0.8% -
XYZ 35.2 49.81 41.48 -
YUV 172.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 114 205 161 0.44 0 0.21 0.20 150.99 0.48 0.63
Hex 72 CD A1 2C 0 15 14 97 30 3F
Octal 162 315 241 54 0 25 24 227 60 77
Binary 1110010 11001101 10100001 101100 0 10101 10100 10010111 110000 111111

Color Harmonies of #72CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CDA1

Black with #72CDA1

Text Example


Text Example

White with #72CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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