Html Css Color HEX #73DEAF Medium Aquamarine

📋 copy color: '#73DEAF'

red 115 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #73DEAF

Tints of Medium Aquamarine #73DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

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

R = 22.46%
G = 43.36%
B = 34.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#73DEAF (or 0x73DEAF) is known color: Medium Aquamarine. HEX triplet: 73, DE and AF. RGB value is (115,222,175). Sum of RGB (Red+Green+Blue) = 115+222+175=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #73DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DEAF is #8C2150. Grayscale: #B8B8B8. Windows color (decimal): -9183569 or 11525747. OLE color: 11525747.

HSL color Cylindrical-coordinate representation of color #73DEAF: hue angle of 153.64º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DEAF is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 222 175 -
CMYK 0.48 0 0.21 0.13
HSL 153.64º 0.62% 0.66% -
HSV(B) 153.64º 0.48% 0.87% -
XYZ 40.93 58.98 49.79 -
YUV 184.65 122.55 78.32 -
System Red Green Blue C M Y K H S L
Decimal 115 222 175 0.48 0 0.21 0.13 153.64 0.62 0.66
Hex 73 DE AF 30 0 15 D 9A 3E 42
Octal 163 336 257 60 0 25 15 232 76 102
Binary 1110011 11011110 10101111 110000 0 10101 1101 10011010 111110 1000010

Color Harmonies of #73DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DEAF

Black with #73DEAF

Text Example


Text Example

White with #73DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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