Html Css Color HEX #73CEAF Medium Aquamarine

📋 copy color: '#73CEAF'

red 115 ◦ green 206 ◦ blue 175

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

Shades of Medium Aquamarine #73CEAF

Tints of Medium Aquamarine #73CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.53%

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 23.19%
G = 41.53%
B = 35.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#73CEAF (or 0x73CEAF) is known color: Medium Aquamarine. HEX triplet: 73, CE and AF. RGB value is (115,206,175). Sum of RGB (Red+Green+Blue) = 115+206+175=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CEAF is #8C3150. Grayscale: #AFAFAF. Windows color (decimal): -9187665 or 11521651. OLE color: 11521651.

HSL color Cylindrical-coordinate representation of color #73CEAF: hue angle of 159.56º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CEAF is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 206 175 -
CMYK 0.44 0 0.15 0.19
HSL 159.56º 0.48% 0.63% -
HSV(B) 159.56º 0.44% 0.81% -
XYZ 36.88 50.88 48.44 -
YUV 175.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 115 206 175 0.44 0 0.15 0.19 159.56 0.48 0.63
Hex 73 CE AF 2C 0 F 13 A0 30 3F
Octal 163 316 257 54 0 17 23 240 60 77
Binary 1110011 11001110 10101111 101100 0 1111 10011 10100000 110000 111111

Color Harmonies of #73CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CEAF

Black with #73CEAF

Text Example


Text Example

White with #73CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,206,175); }

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

background-color css

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

 a { background-color: rgb(115,206,175); }

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

border-color css

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

 span { border-color: rgb(115,206,175); }

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