#90B5AC

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

Shades of Sea Nymph #90B5AC

Tints of Sea Nymph #90B5AC

Color information

#90B5AC (or 0x90B5AC) is unknown color: approx Sea Nymph. HEX triplet: 90, B5 and AC. RGB value is (144,181,172). Sum of RGB (Red+Green+Blue) = 144+181+172=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #90B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B5AC is #6F4A53. Grayscale: #A8A8A8. Windows color (decimal): -7293524 or 11318672. OLE color: 11318672.

HSL color Cylindrical-coordinate representation of color #90B5AC: hue angle of 165.41º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B5AC is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB144181172-
CMYK0.2000.050.29
HSL165.41º20%63.73%-
HSV(B)165.41º20.44%70.98%-
XYZ35.4741.9645.26-
YUV168.91129.74110.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.97%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=28.97%
G=36.42%
B=34.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441811720.2000.050.29165.412063.73
Hex90B5AC14051Da51440
Octal22026525424053524524100
Binary1001000010110101101011001010001011110110100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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