#92FCD7

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

Shades of Aquamarine #92FCD7

Tints of Aquamarine #92FCD7

Color information

#92FCD7 (or 0x92FCD7) is unknown color: approx Aquamarine. HEX triplet: 92, FC and D7. RGB value is (146,252,215). Sum of RGB (Red+Green+Blue) = 146+252+215=613 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.82% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FCD7 is #6D0328. Grayscale: #D8D8D8. Windows color (decimal): -7144233 or 14154898. OLE color: 14154898.

HSL color Cylindrical-coordinate representation of color #92FCD7: hue angle of 159.06º degrees, saturation: 0.95, 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 #92FCD7 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB146252215-
CMYK0.4200.150.01
HSL159.06º94.64%78.04%-
HSV(B)159.06º42.06%98.82%-
XYZ58.9380.6476.75-
YUV216.09127.3878.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.82%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 215 (84.38% from 255) = 35.07%
R=23.82%
G=41.11%
B=35.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462522150.4200.150.01159.0694.6478.04
Hex92FCD72A0F19f5f4e
Octal222374327520171237137116
Binary1001001011111100110101111010100111111001111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,252,215); }

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

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

 a { background-color: rgb(146,252,215); }

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

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

 span { border-color: rgb(146,252,215); }

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