#92FAD6

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

Shades of Aquamarine #92FAD6

Tints of Aquamarine #92FAD6

Color information

#92FAD6 (or 0x92FAD6) is unknown color: approx Aquamarine. HEX triplet: 92, FA and D6. RGB value is (146,250,214). Sum of RGB (Red+Green+Blue) = 146+250+214=610 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.93% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FAD6 is #6D0529. Grayscale: #D6D6D6. Windows color (decimal): -7144746 or 14088850. OLE color: 14088850.

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

Color convert

RGB146250214-
CMYK0.4200.140.02
HSL159.23º91.23%77.65%-
HSV(B)159.23º41.6%98.04%-
XYZ58.1879.3475.87-
YUV214.8127.5478.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.93%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 214 (83.98% from 255) = 35.08%
R=23.93%
G=40.98%
B=35.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462502140.4200.140.02159.2391.2377.65
Hex92FAD62A0E29f5b4e
Octal222372326520162237133116
Binary10010010111110101101011010101001110101001111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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