#92EED9

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

Shades of Aquamarine #92EED9

Tints of Aquamarine #92EED9

Color information

#92EED9 (or 0x92EED9) is unknown color: approx Aquamarine. HEX triplet: 92, EE and D9. RGB value is (146,238,217). Sum of RGB (Red+Green+Blue) = 146+238+217=601 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.29% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #92EED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EED9 is #6D1126. Grayscale: #D0D0D0. Windows color (decimal): -7147815 or 14282386. OLE color: 14282386.

HSL color Cylindrical-coordinate representation of color #92EED9: hue angle of 166.3º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EED9 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB146238217-
CMYK0.3900.090.07
HSL166.3º73.02%75.29%-
HSV(B)166.3º38.66%93.33%-
XYZ54.9572.2776.7-
YUV208.1133.0283.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.29%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 217 (85.16% from 255) = 36.11%
R=24.29%
G=39.60%
B=36.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462382170.3900.090.07166.373.0275.29
Hex92EED927097a6494b
Octal222356331470117246111113
Binary100100101110111011011001100111010011111010011010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EED9; }

 p { color: rgb(146,238,217); }

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

<style>
 a { background-color: #92EED9; }

 a { background-color: rgb(146,238,217); }

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

<style>
 span { border-color: #92EED9; }

 span { border-color: rgb(146,238,217); }

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