#73EBC8

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

Shades of Aquamarine #73EBC8

Tints of Aquamarine #73EBC8

Color information

#73EBC8 (or 0x73EBC8) is unknown color: approx Aquamarine. HEX triplet: 73, EB and C8. RGB value is (115,235,200). Sum of RGB (Red+Green+Blue) = 115+235+200=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBC8 is #8C1437. Grayscale: #C3C3C3. Windows color (decimal): -9180216 or 13167475. OLE color: 13167475.

HSL color Cylindrical-coordinate representation of color #73EBC8: hue angle of 162.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EBC8 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB115235200-
CMYK0.5100.150.08
HSL162.5º75%68.63%-
HSV(B)162.5º51.06%92.16%-
XYZ47.267.2365.13-
YUV195.13130.7470.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.91%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 200 (78.52% from 255) = 36.36%
R=20.91%
G=42.73%
B=36.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152352000.5100.150.08162.57568.63
Hex73EBC8330F8a24b45
Octal1633533106301710242113105
Binary111001111101011110010001100110111110001010001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,235,200); }

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

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

 a { background-color: rgb(115,235,200); }

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

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

 span { border-color: rgb(115,235,200); }

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