#92F9D6

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

Shades of Aquamarine #92F9D6

Tints of Aquamarine #92F9D6

Color information

#92F9D6 (or 0x92F9D6) is unknown color: approx Aquamarine. HEX triplet: 92, F9 and D6. RGB value is (146,249,214). Sum of RGB (Red+Green+Blue) = 146+249+214=609 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.97% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #92F9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F9D6 is #6D0629. Grayscale: #D6D6D6. Windows color (decimal): -7145002 or 14088594. OLE color: 14088594.

HSL color Cylindrical-coordinate representation of color #92F9D6: hue angle of 159.61º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F9D6 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB146249214-
CMYK0.4100.140.02
HSL159.61º89.57%77.45%-
HSV(B)159.61º41.37%97.65%-
XYZ57.8778.7275.76-
YUV214.21127.8879.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.97%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=23.97%
G=40.89%
B=35.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462492140.4100.140.02159.6189.5777.45
Hex92F9D6290E2a05a4d
Octal222371326510162240132115
Binary10010010111110011101011010100101110101010000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,249,214); }

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

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

 a { background-color: rgb(146,249,214); }

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

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

 span { border-color: rgb(146,249,214); }

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