#90F3C3

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

Shades of Aquamarine #90F3C3

Tints of Aquamarine #90F3C3

Color information

#90F3C3 (or 0x90F3C3) is unknown color: approx Aquamarine. HEX triplet: 90, F3 and C3. RGB value is (144,243,195). Sum of RGB (Red+Green+Blue) = 144+243+195=582 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.74% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #90F3C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F3C3 is #6F0C3C. Grayscale: #D0D0D0. Windows color (decimal): -7277629 or 12841872. OLE color: 12841872.

HSL color Cylindrical-coordinate representation of color #90F3C3: hue angle of 150.91º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F3C3 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB144243195-
CMYK0.4100.200.05
HSL150.91º80.49%75.88%-
HSV(B)150.91º40.74%95.29%-
XYZ53.473.9763.09-
YUV207.93120.782.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.74%
GREEN value IS 243 (95.31% from 255) = 41.75%
BLUE value IS 195 (76.56% from 255) = 33.51%
R=24.74%
G=41.75%
B=33.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442431950.4100.200.05150.9180.4975.88
Hex90F3C329014597504c
Octal220363303510245227120114
Binary1001000011110011110000111010010101001011001011110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,243,195); }

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

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

 a { background-color: rgb(144,243,195); }

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

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

 span { border-color: rgb(144,243,195); }

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