#90B3AD

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

Shades of Sea Nymph #90B3AD

Tints of Sea Nymph #90B3AD

Color information

#90B3AD (or 0x90B3AD) is unknown color: approx Sea Nymph. HEX triplet: 90, B3 and AD. RGB value is (144,179,173). Sum of RGB (Red+Green+Blue) = 144+179+173=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #90B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B3AD is #6F4C52. Grayscale: #A7A7A7. Windows color (decimal): -7294035 or 11383696. OLE color: 11383696.

HSL color Cylindrical-coordinate representation of color #90B3AD: hue angle of 169.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B3AD is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB144179173-
CMYK0.2000.030.30
HSL169.71º18.72%63.33%-
HSV(B)169.71º19.55%70.2%-
XYZ35.1641.1945.63-
YUV167.85130.9110.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=29.03%
G=36.09%
B=34.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441791730.2000.030.30169.7118.7263.33
Hex90B3AD14031Eaa133f
Octal2202632552403362522377
Binary10010000101100111010110110100011111101010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,179,173); }

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

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

 a { background-color: rgb(144,179,173); }

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

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

 span { border-color: rgb(144,179,173); }

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