#92FDCE

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

Shades of Aquamarine #92FDCE

Tints of Aquamarine #92FDCE

Color information

#92FDCE (or 0x92FDCE) is unknown color: approx Aquamarine. HEX triplet: 92, FD and CE. RGB value is (146,253,206). Sum of RGB (Red+Green+Blue) = 146+253+206=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #92FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FDCE is #6D0231. Grayscale: #D7D7D7. Windows color (decimal): -7143986 or 13565330. OLE color: 13565330.

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

Color convert

RGB146253206-
CMYK0.4200.190.01
HSL153.64º96.4%78.24%-
HSV(B)153.64º42.29%99.22%-
XYZ58.1280.8270.93-
YUV215.65122.5578.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.13%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=24.13%
G=41.82%
B=34.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462532060.4200.190.01153.6496.478.24
Hex92FDCE2A01319a604e
Octal222375316520231232140116
Binary10010010111111011100111010101001001111001101011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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