Html Css Color HEX #73FDD9 Aquamarine

📋 copy color: '#73FDD9'

red 115 ◦ green 253 ◦ blue 217

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

Shades of Aquamarine #73FDD9

Tints of Aquamarine #73FDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.25%

 BLUE value IS 217 (85.16% from 255) = 37.09%

R = 19.66%
G = 43.25%
B = 37.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#73FDD9 (or 0x73FDD9) is known color: Aquamarine. HEX triplet: 73, FD and D9. RGB value is (115,253,217). Sum of RGB (Red+Green+Blue) = 115+253+217=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FDD9 is #8C0226. Grayscale: #CFCFCF. Windows color (decimal): -9175591 or 14286195. OLE color: 14286195.

HSL color Cylindrical-coordinate representation of color #73FDD9: hue angle of 164.35º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FDD9 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 253 217 -
CMYK 0.55 0 0.14 0.01
HSL 164.35º 0.97% 0.72% -
HSV(B) 164.35º 0.55% 0.99% -
XYZ 54.72 78.91 77.99 -
YUV 207.63 133.28 61.93 -
System Red Green Blue C M Y K H S L
Decimal 115 253 217 0.55 0 0.14 0.01 164.35 0.97 0.72
Hex 73 FD D9 37 0 E 1 A4 61 48
Octal 163 375 331 67 0 16 1 244 141 110
Binary 1110011 11111101 11011001 110111 0 1110 1 10100100 1100001 1001000

Color Harmonies of #73FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FDD9

Black with #73FDD9

Text Example


Text Example

White with #73FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,253,217); }

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

background-color css

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

 a { background-color: rgb(115,253,217); }

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

border-color css

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

 span { border-color: rgb(115,253,217); }

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