#73F3CD

Color #73F3CD Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #73F3CD

Tints of Aquamarine #73F3CD

Color information

#73F3CD (or 0x73F3CD) is unknown color: approx Aquamarine. HEX triplet: 73, F3 and CD. RGB value is (115,243,205). Sum of RGB (Red+Green+Blue) = 115+243+205=563 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.43% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #73F3CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F3CD is #8C0C32. Grayscale: #C8C8C8. Windows color (decimal): -9178163 or 13497203. OLE color: 13497203.

HSL color Cylindrical-coordinate representation of color #73F3CD: hue angle of 162.19º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F3CD is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB115243205-
CMYK0.5300.160.05
HSL162.19º84.21%70.2%-
HSV(B)162.19º52.67%95.29%-
XYZ50.1472.1569.04-
YUV200.4130.5967.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.43%
GREEN value IS 243 (95.31% from 255) = 43.16%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=20.43%
G=43.16%
B=36.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152432050.5300.160.05162.1984.2170.2
Hex73F3CD350105a25446
Octal163363315650205242124106
Binary111001111110011110011011101010100001011010001010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73F3CD;
 }
 .AnyTagClassName
 {
   color: #73F3CD;
 }
</style>
background-color css

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

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

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

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

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

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