#90B6AC

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

Shades of Sea Nymph #90B6AC

Tints of Sea Nymph #90B6AC

Color information

#90B6AC (or 0x90B6AC) is unknown color: approx Sea Nymph. HEX triplet: 90, B6 and AC. RGB value is (144,182,172). Sum of RGB (Red+Green+Blue) = 144+182+172=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #90B6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B6AC is #6F4953. Grayscale: #A9A9A9. Windows color (decimal): -7293268 or 11318928. OLE color: 11318928.

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

Color convert

RGB144182172-
CMYK0.2100.050.29
HSL164.21º20.65%63.92%-
HSV(B)164.21º20.88%71.37%-
XYZ35.6842.3645.33-
YUV169.5129.41109.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.92%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=28.92%
G=36.55%
B=34.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441821720.2100.050.29164.2120.6563.92
Hex90B6AC15051Da41540
Octal22026625425053524425100
Binary1001000010110110101011001010101011110110100100101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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