#92F6DC

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

Shades of Aquamarine #92F6DC

Tints of Aquamarine #92F6DC

Color information

#92F6DC (or 0x92F6DC) is unknown color: approx Aquamarine. HEX triplet: 92, F6 and DC. RGB value is (146,246,220). Sum of RGB (Red+Green+Blue) = 146+246+220=612 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.86% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #92F6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F6DC is #6D0923. Grayscale: #D5D5D5. Windows color (decimal): -7145764 or 14481042. OLE color: 14481042.

HSL color Cylindrical-coordinate representation of color #92F6DC: hue angle of 164.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F6DC is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB146246220-
CMYK0.4100.110.04
HSL164.4º84.75%76.86%-
HSV(B)164.4º40.65%96.47%-
XYZ57.7377.1979.57-
YUV213.14131.8780.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.86%
GREEN value IS 246 (96.48% from 255) = 40.20%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=23.86%
G=40.20%
B=35.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462462200.4100.110.04164.484.7576.86
Hex92F6DC290B4a4554d
Octal222366334510134244125115
Binary100100101111011011011100101001010111001010010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,246,220); }

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

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

 a { background-color: rgb(146,246,220); }

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

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

 span { border-color: rgb(146,246,220); }

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