#92F1D7

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

Shades of Aquamarine #92F1D7

Tints of Aquamarine #92F1D7

Color information

#92F1D7 (or 0x92F1D7) is unknown color: approx Aquamarine. HEX triplet: 92, F1 and D7. RGB value is (146,241,215). Sum of RGB (Red+Green+Blue) = 146+241+215=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #92F1D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F1D7 is #6D0E28. Grayscale: #D1D1D1. Windows color (decimal): -7147049 or 14152082. OLE color: 14152082.

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

Color convert

RGB146241215-
CMYK0.3900.110.05
HSL163.58º77.24%75.88%-
HSV(B)163.58º39.42%94.51%-
XYZ55.5873.9375.63-
YUV209.63131.0382.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.25%
GREEN value IS 241 (94.53% from 255) = 40.03%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=24.25%
G=40.03%
B=35.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462412150.3900.110.05163.5877.2475.88
Hex92F1D7270B5a44d4c
Octal222361327470135244115114
Binary100100101111000111010111100111010111011010010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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