#92EFE2

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

Shades of Aquamarine #92EFE2

Tints of Aquamarine #92EFE2

Color information

#92EFE2 (or 0x92EFE2) is unknown color: approx Aquamarine. HEX triplet: 92, EF and E2. RGB value is (146,239,226). Sum of RGB (Red+Green+Blue) = 146+239+226=611 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.90% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFE2 is #6D101D. Grayscale: #D1D1D1. Windows color (decimal): -7147550 or 14872466. OLE color: 14872466.

HSL color Cylindrical-coordinate representation of color #92EFE2: hue angle of 171.61º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFE2 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB146239226-
CMYK0.3900.050.06
HSL171.61º74.4%75.49%-
HSV(B)171.61º38.91%93.73%-
XYZ56.4573.3383.13-
YUV209.71137.1982.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.90%
GREEN value IS 239 (93.75% from 255) = 39.12%
BLUE value IS 226 (88.67% from 255) = 36.99%
R=23.90%
G=39.12%
B=36.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462392260.3900.050.06171.6174.475.49
Hex92EFE227056ac4a4b
Octal22235734247056254112113
Binary10010010111011111110001010011101011101010110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,239,226); }

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

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

 a { background-color: rgb(146,239,226); }

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

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

 span { border-color: rgb(146,239,226); }

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