#90F3CF

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

Shades of Aquamarine #90F3CF

Tints of Aquamarine #90F3CF

Color information

#90F3CF (or 0x90F3CF) is unknown color: approx Aquamarine. HEX triplet: 90, F3 and CF. RGB value is (144,243,207). Sum of RGB (Red+Green+Blue) = 144+243+207=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #90F3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F3CF is #6F0C30. Grayscale: #D1D1D1. Windows color (decimal): -7277617 or 13628304. OLE color: 13628304.

HSL color Cylindrical-coordinate representation of color #90F3CF: hue angle of 158.18º 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 #90F3CF is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB144243207-
CMYK0.4100.150.05
HSL158.18º80.49%75.88%-
HSV(B)158.18º40.74%95.29%-
XYZ54.8174.5470.53-
YUV209.3126.781.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.24%
GREEN value IS 243 (95.31% from 255) = 40.91%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=24.24%
G=40.91%
B=34.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442432070.4100.150.05158.1880.4975.88
Hex90F3CF290F59e504c
Octal220363317510175236120114
Binary100100001111001111001111101001011111011001111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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