#92F4D6

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

Shades of Aquamarine #92F4D6

Tints of Aquamarine #92F4D6

Color information

#92F4D6 (or 0x92F4D6) is unknown color: approx Aquamarine. HEX triplet: 92, F4 and D6. RGB value is (146,244,214). Sum of RGB (Red+Green+Blue) = 146+244+214=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #92F4D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F4D6 is #6D0B29. Grayscale: #D3D3D3. Windows color (decimal): -7146282 or 14087314. OLE color: 14087314.

HSL color Cylindrical-coordinate representation of color #92F4D6: hue angle of 161.63º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F4D6 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB146244214-
CMYK0.4000.120.04
HSL161.63º81.67%76.47%-
HSV(B)161.63º40.16%95.69%-
XYZ56.3475.6775.25-
YUV211.28129.5381.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.17%
GREEN value IS 244 (95.70% from 255) = 40.40%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=24.17%
G=40.40%
B=35.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462442140.4000.120.04161.6381.6776.47
Hex92F4D6280C4a2524c
Octal222364326500144242122114
Binary100100101111010011010110101000011001001010001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,244,214); }

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

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

 a { background-color: rgb(146,244,214); }

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

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

 span { border-color: rgb(146,244,214); }

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