#94CCA5

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

Shades of Chinook #94CCA5

Tints of Chinook #94CCA5

Color information

#94CCA5 (or 0x94CCA5) is unknown color: approx Chinook. HEX triplet: 94, CC and A5. RGB value is (148,204,165). Sum of RGB (Red+Green+Blue) = 148+204+165=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CCA5 is #6B335A. Grayscale: #B6B6B6. Windows color (decimal): -7025499 or 10865812. OLE color: 10865812.

HSL color Cylindrical-coordinate representation of color #94CCA5: hue angle of 138.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CCA5 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB148204165-
CMYK0.2700.190.2
HSL138.21º35.44%69.02%-
HSV(B)138.21º27.45%80%-
XYZ40.652.243.53-
YUV182.81117.95103.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=28.63%
G=39.46%
B=31.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041650.2700.190.2138.2135.4469.02
Hex94CCA51B013148a2345
Octal224314245330232421243105
Binary1001010011001100101001011101101001110100100010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CCA5; }

 p { color: rgb(148,204,165); }

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

<style>
 a { background-color: #94CCA5; }

 a { background-color: rgb(148,204,165); }

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

<style>
 span { border-color: #94CCA5; }

 span { border-color: rgb(148,204,165); }

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