Html Css Color HEX #73CCAA Medium Aquamarine

📋 copy color: '#73CCAA'

red 115 ◦ green 204 ◦ blue 170

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

Shades of Medium Aquamarine #73CCAA

Tints of Medium Aquamarine #73CCAA

RGB

 RED value IS 115 (45.31% from 255) = 23.52%

 GREEN value IS 204 (80.08% from 255) = 41.72%

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

R = 23.52%
G = 41.72%
B = 34.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#73CCAA (or 0x73CCAA) is known color: Medium Aquamarine. HEX triplet: 73, CC and AA. RGB value is (115,204,170). Sum of RGB (Red+Green+Blue) = 115+204+170=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #73CCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CCAA is #8C3355. Grayscale: #ADADAD. Windows color (decimal): -9188182 or 11193459. OLE color: 11193459.

HSL color Cylindrical-coordinate representation of color #73CCAA: hue angle of 157.08º degrees, saturation: 0.47, 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 #73CCAA is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 204 170 -
CMYK 0.44 0 0.17 0.2
HSL 157.08º 0.47% 0.63% -
HSV(B) 157.08º 0.44% 0.8% -
XYZ 35.92 49.73 45.74 -
YUV 173.51 126.01 86.26 -
System Red Green Blue C M Y K H S L
Decimal 115 204 170 0.44 0 0.17 0.2 157.08 0.47 0.63
Hex 73 CC AA 2C 0 11 14 9D 2F 3F
Octal 163 314 252 54 0 21 24 235 57 77
Binary 1110011 11001100 10101010 101100 0 10001 10100 10011101 101111 111111

Color Harmonies of #73CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CCAA

Black with #73CCAA

Text Example


Text Example

White with #73CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73CCAA; }

 p { color: rgb(115,204,170); }

 H1.HeaderClassName
 {
   color: #73CCAA;
 }
 .AnyTagClassName
 {
   color: #73CCAA;
 }
</style>

background-color css

<style>
 a { background-color: #73CCAA; }

 a { background-color: rgb(115,204,170); }

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

border-color css

<style>
 span { border-color: #73CCAA; }

 span { border-color: rgb(115,204,170); }

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