#91F0CA

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

Shades of Aquamarine #91F0CA

Tints of Aquamarine #91F0CA

Color information

#91F0CA (or 0x91F0CA) is unknown color: approx Aquamarine. HEX triplet: 91, F0 and CA. RGB value is (145,240,202). Sum of RGB (Red+Green+Blue) = 145+240+202=587 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.70% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #91F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F0CA is #6E0F35. Grayscale: #CFCFCF. Windows color (decimal): -7212854 or 13299857. OLE color: 13299857.

HSL color Cylindrical-coordinate representation of color #91F0CA: hue angle of 156º 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 #91F0CA is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB145240202-
CMYK0.4000.160.06
HSL156º76%75.49%-
HSV(B)156º39.58%94.12%-
XYZ53.572.667.07-
YUV207.26125.0383.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.70%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=24.70%
G=40.89%
B=34.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1452402020.4000.160.061567675.49
Hex91F0CA2801069c4c4b
Octal221360312500206234114113
Binary1001000111110000110010101010000100001101001110010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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