#92EED7

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

Shades of Aquamarine #92EED7

Tints of Aquamarine #92EED7

Color information

#92EED7 (or 0x92EED7) is unknown color: approx Aquamarine. HEX triplet: 92, EE and D7. RGB value is (146,238,215). Sum of RGB (Red+Green+Blue) = 146+238+215=599 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.37% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #92EED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EED7 is #6D1128. Grayscale: #CFCFCF. Windows color (decimal): -7147817 or 14151314. OLE color: 14151314.

HSL color Cylindrical-coordinate representation of color #92EED7: hue angle of 165º 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 #92EED7 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB146238215-
CMYK0.3900.100.07
HSL165º73.02%75.29%-
HSV(B)165º38.66%93.33%-
XYZ54.6972.1775.34-
YUV207.87132.0283.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.37%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 215 (84.38% from 255) = 35.89%
R=24.37%
G=39.73%
B=35.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462382150.3900.100.0716573.0275.29
Hex92EED7270A7a5494b
Octal222356327470127245111113
Binary100100101110111011010111100111010101111010010110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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