Html Css Color HEX #72C9AA Medium Aquamarine

📋 copy color: '#72C9AA'

red 114 ◦ green 201 ◦ blue 170

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

Shades of Medium Aquamarine #72C9AA

Tints of Medium Aquamarine #72C9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.44%

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 23.51%
G = 41.44%
B = 35.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#72C9AA (or 0x72C9AA) is known color: Medium Aquamarine. HEX triplet: 72, C9 and AA. RGB value is (114,201,170). Sum of RGB (Red+Green+Blue) = 114+201+170=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #72C9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C9AA is #8D3655. Grayscale: #ABABAB. Windows color (decimal): -9254486 or 11192690. OLE color: 11192690.

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

Color convert

RGB 114 201 170 -
CMYK 0.43 0 0.15 0.21
HSL 158.62º 0.45% 0.62% -
HSV(B) 158.62º 0.43% 0.79% -
XYZ 35.08 48.25 45.49 -
YUV 171.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 114 201 170 0.43 0 0.15 0.21 158.62 0.45 0.62
Hex 72 C9 AA 2B 0 F 15 9F 2D 3E
Octal 162 311 252 53 0 17 25 237 55 76
Binary 1110010 11001001 10101010 101011 0 1111 10101 10011111 101101 111110

Color Harmonies of #72C9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C9AA

Black with #72C9AA

Text Example


Text Example

White with #72C9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,201,170); }

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

background-color css

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

 a { background-color: rgb(114,201,170); }

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

border-color css

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

 span { border-color: rgb(114,201,170); }

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