#90CFA4

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

Shades of Chinook #90CFA4

Tints of Chinook #90CFA4

Color information

#90CFA4 (or 0x90CFA4) is unknown color: approx Chinook. HEX triplet: 90, CF and A4. RGB value is (144,207,164). Sum of RGB (Red+Green+Blue) = 144+207+164=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFA4 is #6F305B. Grayscale: #B7B7B7. Windows color (decimal): -7286876 or 10801040. OLE color: 10801040.

HSL color Cylindrical-coordinate representation of color #90CFA4: hue angle of 139.05º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CFA4 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB144207164-
CMYK0.3000.210.19
HSL139.05º39.62%68.82%-
HSV(B)139.05º30.43%81.18%-
XYZ40.5253.2443.26-
YUV183.26117.13100-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.96%
GREEN value IS 207 (81.25% from 255) = 40.19%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=27.96%
G=40.19%
B=31.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442071640.3000.210.19139.0539.6268.82
Hex90CFA41E015138b2845
Octal220317244360252321350105
Binary1001000011001111101001001111001010110011100010111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,207,164); }

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

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

 a { background-color: rgb(144,207,164); }

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

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

 span { border-color: rgb(144,207,164); }

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