#90DFA8

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

Shades of Chinook #90DFA8

Tints of Chinook #90DFA8

Color information

#90DFA8 (or 0x90DFA8) is unknown color: approx Chinook. HEX triplet: 90, DF and A8. RGB value is (144,223,168). Sum of RGB (Red+Green+Blue) = 144+223+168=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DFA8 is #6F2057. Grayscale: #C1C1C1. Windows color (decimal): -7282776 or 11067280. OLE color: 11067280.

HSL color Cylindrical-coordinate representation of color #90DFA8: hue angle of 138.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DFA8 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB144223168-
CMYK0.3500.250.13
HSL138.23º55.24%71.96%-
HSV(B)138.23º35.43%87.45%-
XYZ44.9661.5346.55-
YUV193.11113.8392.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 223 (87.5% from 255) = 41.68%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=26.92%
G=41.68%
B=31.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442231680.3500.250.13138.2355.2471.96
Hex90DFA823019D8a3748
Octal220337250430311521267110
Binary1001000011011111101010001000110110011101100010101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,223,168); }

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

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

 a { background-color: rgb(144,223,168); }

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

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

 span { border-color: rgb(144,223,168); }

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