#90ACA9

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

Shades of Sea Nymph #90ACA9

Tints of Sea Nymph #90ACA9

Color information

#90ACA9 (or 0x90ACA9) is unknown color: approx Sea Nymph. HEX triplet: 90, AC and A9. RGB value is (144,172,169). Sum of RGB (Red+Green+Blue) = 144+172+169=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #90ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ACA9 is #6F5356. Grayscale: #A3A3A3. Windows color (decimal): -7295831 or 11119760. OLE color: 11119760.

HSL color Cylindrical-coordinate representation of color #90ACA9: hue angle of 173.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90ACA9 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB144172169-
CMYK0.1600.020.33
HSL173.57º14.43%61.96%-
HSV(B)173.57º16.28%67.45%-
XYZ33.4238.343.17-
YUV163.29131.22114.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=29.69%
G=35.46%
B=34.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441721690.1600.020.33173.5714.4361.96
Hex90ACA9100221aee3e
Octal2202542512002412561676
Binary10010000101011001010100110000010100001101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,172,169); }

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

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

 a { background-color: rgb(144,172,169); }

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

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

 span { border-color: rgb(144,172,169); }

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