#90F4CB

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

Shades of Aquamarine #90F4CB

Tints of Aquamarine #90F4CB

Color information

#90F4CB (or 0x90F4CB) is unknown color: approx Aquamarine. HEX triplet: 90, F4 and CB. RGB value is (144,244,203). Sum of RGB (Red+Green+Blue) = 144+244+203=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #90F4CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F4CB is #6F0B34. Grayscale: #D1D1D1. Windows color (decimal): -7277365 or 13366416. OLE color: 13366416.

HSL color Cylindrical-coordinate representation of color #90F4CB: hue angle of 155.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F4CB is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB144244203-
CMYK0.4100.170.04
HSL155.4º81.97%76.08%-
HSV(B)155.4º40.98%95.69%-
XYZ54.6374.9468.09-
YUV209.43124.3781.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.37%
GREEN value IS 244 (95.70% from 255) = 41.29%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=24.37%
G=41.29%
B=34.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1442442030.4100.170.04155.481.9776.08
Hex90F4CB2901149b524c
Octal220364313510214233122114
Binary1001000011110100110010111010010100011001001101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,244,203); }

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

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

 a { background-color: rgb(144,244,203); }

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

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

 span { border-color: rgb(144,244,203); }

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