#73efc2

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

Shades of Aquamarine #73EFC2

Tints of Aquamarine #73EFC2

Color information

#73EFC2 (or 0x73EFC2) is unknown color: approx Aquamarine. HEX triplet: 73, EF and C2. RGB value is (115,239,194). Sum of RGB (Red+Green+Blue) = 115+239+194=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFC2 is #8C103D. Grayscale: #C4C4C4. Windows color (decimal): -9179198 or 12775283. OLE color: 12775283.

HSL color Cylindrical-coordinate representation of color #73EFC2: hue angle of 158.23º 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 #73EFC2 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB115239194-
CMYK0.5200.190.06
HSL158.23º79.49%69.41%-
HSV(B)158.23º51.88%93.73%-
XYZ47.6769.2761.9-
YUV196.79126.4269.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.99%
GREEN value IS 239 (93.75% from 255) = 43.61%
BLUE value IS 194 (76.17% from 255) = 35.40%
R=20.99%
G=43.61%
B=35.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1152391940.5200.190.06158.2379.4969.41
Hex73EFC23401369e4f45
Octal163357302640236236117105
Binary111001111101111110000101101000100111101001111010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73efc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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