Html Css Color HEX #72CAA3 Medium Aquamarine

📋 copy color: '#72CAA3'

red 114 ◦ green 202 ◦ blue 163

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

Shades of Medium Aquamarine #72CAA3

Tints of Medium Aquamarine #72CAA3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.17%

 BLUE value IS 163 (64.06% from 255) = 34.03%

R = 23.8%
G = 42.17%
B = 34.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#72CAA3 (or 0x72CAA3) is known color: Medium Aquamarine. HEX triplet: 72, CA and A3. RGB value is (114,202,163). Sum of RGB (Red+Green+Blue) = 114+202+163=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #72CAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CAA3 is #8D355C. Grayscale: #ABABAB. Windows color (decimal): -9254237 or 10734194. OLE color: 10734194.

HSL color Cylindrical-coordinate representation of color #72CAA3: hue angle of 153.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CAA3 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 163 -
CMYK 0.44 0 0.19 0.21
HSL 153.41º 0.45% 0.62% -
HSV(B) 153.41º 0.44% 0.79% -
XYZ 34.67 48.46 42.18 -
YUV 171.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 114 202 163 0.44 0 0.19 0.21 153.41 0.45 0.62
Hex 72 CA A3 2C 0 13 15 99 2D 3E
Octal 162 312 243 54 0 23 25 231 55 76
Binary 1110010 11001010 10100011 101100 0 10011 10101 10011001 101101 111110

Color Harmonies of #72CAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CAA3

Black with #72CAA3

Text Example


Text Example

White with #72CAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,202,163); }

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

background-color css

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

 a { background-color: rgb(114,202,163); }

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

border-color css

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

 span { border-color: rgb(114,202,163); }

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