#73EFCF

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

Shades of Aquamarine #73EFCF

Tints of Aquamarine #73EFCF

Color information

#73EFCF (or 0x73EFCF) is unknown color: approx Aquamarine. HEX triplet: 73, EF and CF. RGB value is (115,239,207). Sum of RGB (Red+Green+Blue) = 115+239+207=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFCF is #8C1030. Grayscale: #C6C6C6. Windows color (decimal): -9179185 or 13627251. OLE color: 13627251.

HSL color Cylindrical-coordinate representation of color #73EFCF: hue angle of 164.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EFCF is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB115239207-
CMYK0.5200.130.06
HSL164.52º79.49%69.41%-
HSV(B)164.52º51.88%93.73%-
XYZ49.269.8869.93-
YUV198.28132.9268.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.50%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=20.50%
G=42.60%
B=36.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1152392070.5200.130.06164.5279.4969.41
Hex73EFCF340D6a54f45
Octal163357317640156245117105
Binary11100111110111111001111110100011011101010010110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,239,207); }

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

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

 a { background-color: rgb(115,239,207); }

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

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

 span { border-color: rgb(115,239,207); }

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