Html Css Color HEX #73CDAF Medium Aquamarine

📋 copy color: '#73CDAF'

red 115 ◦ green 205 ◦ blue 175

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

Shades of Medium Aquamarine #73CDAF

Tints of Medium Aquamarine #73CDAF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

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

R = 23.23%
G = 41.41%
B = 35.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#73CDAF (or 0x73CDAF) is known color: Medium Aquamarine. HEX triplet: 73, CD and AF. RGB value is (115,205,175). Sum of RGB (Red+Green+Blue) = 115+205+175=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CDAF is #8C3250. Grayscale: #AEAEAE. Windows color (decimal): -9187921 or 11521395. OLE color: 11521395.

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

Color convert

RGB 115 205 175 -
CMYK 0.44 0 0.15 0.20
HSL 160º 0.47% 0.63% -
HSV(B) 160º 0.44% 0.8% -
XYZ 36.64 50.4 48.36 -
YUV 174.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 115 205 175 0.44 0 0.15 0.20 160 0.47 0.63
Hex 73 CD AF 2C 0 F 14 A0 2F 3F
Octal 163 315 257 54 0 17 24 240 57 77
Binary 1110011 11001101 10101111 101100 0 1111 10100 10100000 101111 111111

Color Harmonies of #73CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CDAF

Black with #73CDAF

Text Example


Text Example

White with #73CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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