#92EFD8

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

Shades of Aquamarine #92EFD8

Tints of Aquamarine #92EFD8

Color information

#92EFD8 (or 0x92EFD8) is unknown color: approx Aquamarine. HEX triplet: 92, EF and D8. RGB value is (146,239,216). Sum of RGB (Red+Green+Blue) = 146+239+216=601 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.29% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFD8 is #6D1027. Grayscale: #D0D0D0. Windows color (decimal): -7147560 or 14217106. OLE color: 14217106.

HSL color Cylindrical-coordinate representation of color #92EFD8: hue angle of 165.16º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFD8 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB146239216-
CMYK0.3900.100.06
HSL165.16º74.4%75.49%-
HSV(B)165.16º38.91%93.73%-
XYZ55.1272.876.11-
YUV208.57132.1983.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.29%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=24.29%
G=39.77%
B=35.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462392160.3900.100.06165.1674.475.49
Hex92EFD8270A6a54a4b
Octal222357330470126245112113
Binary100100101110111111011000100111010101101010010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,239,216); }

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

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

 a { background-color: rgb(146,239,216); }

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

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

 span { border-color: rgb(146,239,216); }

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