#92F1DD

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

Shades of Aquamarine #92F1DD

Tints of Aquamarine #92F1DD

Color information

#92F1DD (or 0x92F1DD) is unknown color: approx Aquamarine. HEX triplet: 92, F1 and DD. RGB value is (146,241,221). Sum of RGB (Red+Green+Blue) = 146+241+221=608 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.01% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #92F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F1DD is #6D0E22. Grayscale: #D2D2D2. Windows color (decimal): -7147043 or 14545298. OLE color: 14545298.

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

Color convert

RGB146241221-
CMYK0.3900.080.05
HSL167.37º77.24%75.88%-
HSV(B)167.37º39.42%94.51%-
XYZ56.3674.2479.77-
YUV210.32134.0382.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.01%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=24.01%
G=39.64%
B=36.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462412210.3900.080.05167.3777.2475.88
Hex92F1DD27085a74d4c
Octal222361335470105247115114
Binary100100101111000111011101100111010001011010011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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