#92FDC8

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

Shades of Aquamarine #92FDC8

Tints of Aquamarine #92FDC8

Color information

#92FDC8 (or 0x92FDC8) is unknown color: approx Aquamarine. HEX triplet: 92, FD and C8. RGB value is (146,253,200). Sum of RGB (Red+Green+Blue) = 146+253+200=599 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.37% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #92FDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FDC8 is #6D0237. Grayscale: #D7D7D7. Windows color (decimal): -7143992 or 13172114. OLE color: 13172114.

HSL color Cylindrical-coordinate representation of color #92FDC8: hue angle of 150.28º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FDC8 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB146253200-
CMYK0.4200.210.01
HSL150.28º96.4%78.24%-
HSV(B)150.28º42.29%99.22%-
XYZ57.480.5367.16-
YUV214.96119.5578.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.37%
GREEN value IS 253 (99.22% from 255) = 42.24%
BLUE value IS 200 (78.52% from 255) = 33.39%
R=24.37%
G=42.24%
B=33.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462532000.4200.210.01150.2896.478.24
Hex92FDC82A015196604e
Octal222375310520251226140116
Binary10010010111111011100100010101001010111001011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,253,200); }

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

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

 a { background-color: rgb(146,253,200); }

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

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

 span { border-color: rgb(146,253,200); }

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