#90ACA8

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

Shades of Sea Nymph #90ACA8

Tints of Sea Nymph #90ACA8

Color information

#90ACA8 (or 0x90ACA8) is unknown color: approx Sea Nymph. HEX triplet: 90, AC and A8. RGB value is (144,172,168). Sum of RGB (Red+Green+Blue) = 144+172+168=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #90ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ACA8 is #6F5357. Grayscale: #A3A3A3. Windows color (decimal): -7295832 or 11054224. OLE color: 11054224.

HSL color Cylindrical-coordinate representation of color #90ACA8: hue angle of 171.43º 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 #90ACA8 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB144172168-
CMYK0.1600.020.33
HSL171.43º14.43%61.96%-
HSV(B)171.43º16.28%67.45%-
XYZ33.3238.2642.67-
YUV163.17130.72114.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.75%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=29.75%
G=35.54%
B=34.71%

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
Decimal1441721680.1600.020.33171.4314.4361.96
Hex90ACA8100221abe3e
Octal2202542502002412531676
Binary10010000101011001010100010000010100001101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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