#91F0DC

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

Shades of Aquamarine #91F0DC

Tints of Aquamarine #91F0DC

Color information

#91F0DC (or 0x91F0DC) is unknown color: approx Aquamarine. HEX triplet: 91, F0 and DC. RGB value is (145,240,220). Sum of RGB (Red+Green+Blue) = 145+240+220=605 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.97% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #91F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F0DC is #6E0F23. Grayscale: #D1D1D1. Windows color (decimal): -7212836 or 14479505. OLE color: 14479505.

HSL color Cylindrical-coordinate representation of color #91F0DC: hue angle of 167.37º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F0DC is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB145240220-
CMYK0.4000.080.06
HSL167.37º76%75.49%-
HSV(B)167.37º39.58%94.12%-
XYZ55.7673.5178.96-
YUV209.32134.0382.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.97%
GREEN value IS 240 (94.14% from 255) = 39.67%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=23.97%
G=39.67%
B=36.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1452402200.4000.080.06167.377675.49
Hex91F0DC28086a74c4b
Octal221360334500106247114113
Binary100100011111000011011100101000010001101010011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,240,220); }

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

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

 a { background-color: rgb(145,240,220); }

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

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

 span { border-color: rgb(145,240,220); }

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