#92F8C7

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

Shades of Aquamarine #92F8C7

Tints of Aquamarine #92F8C7

Color information

#92F8C7 (or 0x92F8C7) is unknown color: approx Aquamarine. HEX triplet: 92, F8 and C7. RGB value is (146,248,199). Sum of RGB (Red+Green+Blue) = 146+248+199=593 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.62% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F8C7 is #6D0738. Grayscale: #D4D4D4. Windows color (decimal): -7145273 or 13105298. OLE color: 13105298.

HSL color Cylindrical-coordinate representation of color #92F8C7: hue angle of 151.18º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F8C7 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB146248199-
CMYK0.4100.200.03
HSL151.18º87.93%77.25%-
HSV(B)151.18º41.13%97.25%-
XYZ55.7377.3766.03-
YUV211.92120.7180.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.62%
GREEN value IS 248 (97.27% from 255) = 41.82%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=24.62%
G=41.82%
B=33.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462481990.4100.200.03151.1887.9377.25
Hex92F8C729014397584d
Octal222370307510243227130115
Binary100100101111100011000111101001010100111001011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,248,199); }

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

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

 a { background-color: rgb(146,248,199); }

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

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

 span { border-color: rgb(146,248,199); }

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