#90CD9F

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

Shades of Chinook #90CD9F

Tints of Chinook #90CD9F

Color information

#90CD9F (or 0x90CD9F) is unknown color: approx Chinook. HEX triplet: 90, CD and 9F. RGB value is (144,205,159). Sum of RGB (Red+Green+Blue) = 144+205+159=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CD9F is #6F3260. Grayscale: #B5B5B5. Windows color (decimal): -7287393 or 10472848. OLE color: 10472848.

HSL color Cylindrical-coordinate representation of color #90CD9F: hue angle of 134.75º 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 #90CD9F is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB144205159-
CMYK0.3000.220.20
HSL134.75º37.89%68.43%-
HSV(B)134.75º29.76%80.39%-
XYZ39.5952.140.77-
YUV181.52115.29101.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=28.35%
G=40.35%
B=31.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442051590.3000.220.20134.7537.8968.43
Hex90CD9F1E01614872644
Octal220315237360262420746104
Binary1001000011001101100111111111001011010100100001111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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