#90B6AF

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

Shades of Conch #90B6AF

Tints of Conch #90B6AF

Color information

#90B6AF (or 0x90B6AF) is unknown color: approx Conch. HEX triplet: 90, B6 and AF. RGB value is (144,182,175). Sum of RGB (Red+Green+Blue) = 144+182+175=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #90B6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B6AF is #6F4950. Grayscale: #A9A9A9. Windows color (decimal): -7293265 or 11515536. OLE color: 11515536.

HSL color Cylindrical-coordinate representation of color #90B6AF: hue angle of 168.95º 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 #90B6AF is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB144182175-
CMYK0.2100.040.29
HSL168.95º20.65%63.92%-
HSV(B)168.95º20.88%71.37%-
XYZ35.9742.4846.86-
YUV169.84130.91109.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.74%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=28.74%
G=36.33%
B=34.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441821750.2100.040.29168.9520.6563.92
Hex90B6AF15041Da91540
Octal22026625725043525125100
Binary1001000010110110101011111010101001110110101001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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