#92FECA

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

Shades of Aquamarine #92FECA

Tints of Aquamarine #92FECA

Color information

#92FECA (or 0x92FECA) is unknown color: approx Aquamarine. HEX triplet: 92, FE and CA. RGB value is (146,254,202). Sum of RGB (Red+Green+Blue) = 146+254+202=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #92FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FECA is #6D0135. Grayscale: #D7D7D7. Windows color (decimal): -7143734 or 13303442. OLE color: 13303442.

HSL color Cylindrical-coordinate representation of color #92FECA: hue angle of 151.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FECA is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB146254202-
CMYK0.4300.200.00
HSL151.11º98.18%78.43%-
HSV(B)151.11º42.52%99.61%-
XYZ57.9681.2668.51-
YUV215.78120.2278.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.25%
GREEN value IS 254 (99.61% from 255) = 42.19%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=24.25%
G=42.19%
B=33.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1462542020.4300.200.00151.1198.1878.43
Hex92FECA2B014097624e
Octal222376312530240227142116
Binary10010010111111101100101010101101010001001011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,254,202); }

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

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

 a { background-color: rgb(146,254,202); }

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

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

 span { border-color: rgb(146,254,202); }

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