Html Css Color HEX #73CAA6 Medium Aquamarine

📋 copy color: '#73CAA6'

red 115 ◦ green 202 ◦ blue 166

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

Shades of Medium Aquamarine #73CAA6

Tints of Medium Aquamarine #73CAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.37%

R = 23.81%
G = 41.82%
B = 34.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#73CAA6 (or 0x73CAA6) is known color: Medium Aquamarine. HEX triplet: 73, CA and A6. RGB value is (115,202,166). Sum of RGB (Red+Green+Blue) = 115+202+166=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CAA6 is #8C3559. Grayscale: #ABABAB. Windows color (decimal): -9188698 or 10930803. OLE color: 10930803.

HSL color Cylindrical-coordinate representation of color #73CAA6: hue angle of 155.17º 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 #73CAA6 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 202 166 -
CMYK 0.43 0 0.18 0.21
HSL 155.17º 0.45% 0.62% -
HSV(B) 155.17º 0.43% 0.79% -
XYZ 35.07 48.64 43.62 -
YUV 171.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 115 202 166 0.43 0 0.18 0.21 155.17 0.45 0.62
Hex 73 CA A6 2B 0 12 15 9B 2D 3E
Octal 163 312 246 53 0 22 25 233 55 76
Binary 1110011 11001010 10100110 101011 0 10010 10101 10011011 101101 111110

Color Harmonies of #73CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CAA6

Black with #73CAA6

Text Example


Text Example

White with #73CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,202,166); }

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

background-color css

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

 a { background-color: rgb(115,202,166); }

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

border-color css

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

 span { border-color: rgb(115,202,166); }

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