#73EECD

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

Shades of Aquamarine #73EECD

Tints of Aquamarine #73EECD

Color information

#73EECD (or 0x73EECD) is unknown color: approx Aquamarine. HEX triplet: 73, EE and CD. RGB value is (115,238,205). Sum of RGB (Red+Green+Blue) = 115+238+205=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #73EECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EECD is #8C1132. Grayscale: #C5C5C5. Windows color (decimal): -9179443 or 13495923. OLE color: 13495923.

HSL color Cylindrical-coordinate representation of color #73EECD: hue angle of 163.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EECD is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB115238205-
CMYK0.5200.140.07
HSL163.9º78.34%69.22%-
HSV(B)163.9º51.68%93.33%-
XYZ48.6669.268.55-
YUV197.46132.2569.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.61%
GREEN value IS 238 (93.36% from 255) = 42.65%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=20.61%
G=42.65%
B=36.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152382050.5200.140.07163.978.3469.22
Hex73EECD340E7a44e45
Octal163356315640167244116105
Binary11100111110111011001101110100011101111010010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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