#90F1C6

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

Shades of Aquamarine #90F1C6

Tints of Aquamarine #90F1C6

Color information

#90F1C6 (or 0x90F1C6) is unknown color: approx Aquamarine. HEX triplet: 90, F1 and C6. RGB value is (144,241,198). Sum of RGB (Red+Green+Blue) = 144+241+198=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F1C6 is #6F0E39. Grayscale: #CFCFCF. Windows color (decimal): -7278138 or 13037968. OLE color: 13037968.

HSL color Cylindrical-coordinate representation of color #90F1C6: hue angle of 153.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F1C6 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB144241198-
CMYK0.4000.180.05
HSL153.4º77.6%75.49%-
HSV(B)153.4º40.25%94.51%-
XYZ53.1572.9264.7-
YUV207.09122.8683-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.70%
GREEN value IS 241 (94.53% from 255) = 41.34%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=24.70%
G=41.34%
B=33.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442411980.4000.180.05153.477.675.49
Hex90F1C6280125994e4b
Octal220361306500225231116113
Binary1001000011110001110001101010000100101011001100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90F1C6; }

 p { color: rgb(144,241,198); }

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

<style>
 a { background-color: #90F1C6; }

 a { background-color: rgb(144,241,198); }

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

<style>
 span { border-color: #90F1C6; }

 span { border-color: rgb(144,241,198); }

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