#91F2CE

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

Shades of Aquamarine #91F2CE

Tints of Aquamarine #91F2CE

Color information

#91F2CE (or 0x91F2CE) is unknown color: approx Aquamarine. HEX triplet: 91, F2 and CE. RGB value is (145,242,206). Sum of RGB (Red+Green+Blue) = 145+242+206=593 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.45% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #91F2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F2CE is #6E0D31. Grayscale: #D0D0D0. Windows color (decimal): -7212338 or 13562513. OLE color: 13562513.

HSL color Cylindrical-coordinate representation of color #91F2CE: hue angle of 157.73º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F2CE is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB145242206-
CMYK0.4000.150.05
HSL157.73º78.86%75.88%-
HSV(B)157.73º40.08%94.9%-
XYZ54.5773.9869.8-
YUV208.89126.3682.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.45%
GREEN value IS 242 (94.92% from 255) = 40.81%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=24.45%
G=40.81%
B=34.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1452422060.4000.150.05157.7378.8675.88
Hex91F2CE280F59e4f4c
Octal221362316500175236117114
Binary100100011111001011001110101000011111011001111010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91F2CE; }

 p { color: rgb(145,242,206); }

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

<style>
 a { background-color: #91F2CE; }

 a { background-color: rgb(145,242,206); }

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

<style>
 span { border-color: #91F2CE; }

 span { border-color: rgb(145,242,206); }

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