#92F1D5

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

Shades of Aquamarine #92F1D5

Tints of Aquamarine #92F1D5

Color information

#92F1D5 (or 0x92F1D5) is unknown color: approx Aquamarine. HEX triplet: 92, F1 and D5. RGB value is (146,241,213). Sum of RGB (Red+Green+Blue) = 146+241+213=600 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.33% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #92F1D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F1D5 is #6D0E2A. Grayscale: #D1D1D1. Windows color (decimal): -7147051 or 14021010. OLE color: 14021010.

HSL color Cylindrical-coordinate representation of color #92F1D5: hue angle of 162.32º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F1D5 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB146241213-
CMYK0.3900.120.05
HSL162.32º77.24%75.88%-
HSV(B)162.32º39.42%94.51%-
XYZ55.3273.8374.28-
YUV209.4130.0382.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.33%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 213 (83.59% from 255) = 35.5%
R=24.33%
G=40.17%
B=35.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462412130.3900.120.05162.3277.2475.88
Hex92F1D5270C5a24d4c
Octal222361325470145242115114
Binary100100101111000111010101100111011001011010001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,241,213); }

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

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

 a { background-color: rgb(146,241,213); }

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

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

 span { border-color: rgb(146,241,213); }

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