Html Css Color HEX #73CCAC Medium Aquamarine

📋 copy color: '#73CCAC'

red 115 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #73CCAC

Tints of Medium Aquamarine #73CCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 23.42%
G = 41.55%
B = 35.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#73CCAC (or 0x73CCAC) is known color: Medium Aquamarine. HEX triplet: 73, CC and AC. RGB value is (115,204,172). Sum of RGB (Red+Green+Blue) = 115+204+172=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #73CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CCAC is #8C3353. Grayscale: #ADADAD. Windows color (decimal): -9188180 or 11324531. OLE color: 11324531.

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

Color convert

RGB 115 204 172 -
CMYK 0.44 0 0.16 0.2
HSL 158.43º 0.47% 0.63% -
HSV(B) 158.43º 0.44% 0.8% -
XYZ 36.11 49.81 46.74 -
YUV 173.74 127.01 86.1 -
System Red Green Blue C M Y K H S L
Decimal 115 204 172 0.44 0 0.16 0.2 158.43 0.47 0.63
Hex 73 CC AC 2C 0 10 14 9E 2F 3F
Octal 163 314 254 54 0 20 24 236 57 77
Binary 1110011 11001100 10101100 101100 0 10000 10100 10011110 101111 111111

Color Harmonies of #73CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CCAC

Black with #73CCAC

Text Example


Text Example

White with #73CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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