#92FAD3

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

Shades of Aquamarine #92FAD3

Tints of Aquamarine #92FAD3

Color information

#92FAD3 (or 0x92FAD3) is unknown color: approx Aquamarine. HEX triplet: 92, FA and D3. RGB value is (146,250,211). Sum of RGB (Red+Green+Blue) = 146+250+211=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FAD3 is #6D052C. Grayscale: #D6D6D6. Windows color (decimal): -7144749 or 13892242. OLE color: 13892242.

HSL color Cylindrical-coordinate representation of color #92FAD3: hue angle of 157.5º 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 #92FAD3 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB146250211-
CMYK0.4200.160.02
HSL157.5º91.23%77.65%-
HSV(B)157.5º41.6%98.04%-
XYZ57.879.1973.87-
YUV214.46126.0479.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.05%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 211 (82.81% from 255) = 34.76%
R=24.05%
G=41.19%
B=34.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462502110.4200.160.02157.591.2377.65
Hex92FAD32A01029e5b4e
Octal222372323520202236133116
Binary100100101111101011010011101010010000101001111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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