#92EFD4

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

Shades of Aquamarine #92EFD4

Tints of Aquamarine #92EFD4

Color information

#92EFD4 (or 0x92EFD4) is unknown color: approx Aquamarine. HEX triplet: 92, EF and D4. RGB value is (146,239,212). Sum of RGB (Red+Green+Blue) = 146+239+212=597 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.46% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFD4 is #6D102B. Grayscale: #D0D0D0. Windows color (decimal): -7147564 or 13954962. OLE color: 13954962.

HSL color Cylindrical-coordinate representation of color #92EFD4: hue angle of 162.58º 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 #92EFD4 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB146239212-
CMYK0.3900.110.06
HSL162.58º74.4%75.49%-
HSV(B)162.58º38.91%93.73%-
XYZ54.672.673.42-
YUV208.11130.1983.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.46%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=24.46%
G=40.03%
B=35.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462392120.3900.110.06162.5874.475.49
Hex92EFD4270B6a34a4b
Octal222357324470136243112113
Binary100100101110111111010100100111010111101010001110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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