#90CDA5

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

Shades of Chinook #90CDA5

Tints of Chinook #90CDA5

Color information

#90CDA5 (or 0x90CDA5) is unknown color: approx Chinook. HEX triplet: 90, CD and A5. RGB value is (144,205,165). Sum of RGB (Red+Green+Blue) = 144+205+165=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CDA5 is #6F325A. Grayscale: #B6B6B6. Windows color (decimal): -7287387 or 10866064. OLE color: 10866064.

HSL color Cylindrical-coordinate representation of color #90CDA5: hue angle of 140.66º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDA5 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB144205165-
CMYK0.3000.200.20
HSL140.66º37.89%68.43%-
HSV(B)140.66º29.76%80.39%-
XYZ40.1252.3143.58-
YUV182.2118.29100.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 165 (64.84% from 255) = 32.10%
R=28.02%
G=39.88%
B=32.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442051650.3000.200.20140.6637.8968.43
Hex90CDA51E014148d2644
Octal220315245360242421546104
Binary1001000011001101101001011111001010010100100011011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,205,165); }

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

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

 a { background-color: rgb(144,205,165); }

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

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

 span { border-color: rgb(144,205,165); }

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