#94CA9A

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

Shades of Chinook #94CA9A

Tints of Chinook #94CA9A

Color information

#94CA9A (or 0x94CA9A) is unknown color: approx Chinook. HEX triplet: 94, CA and 9A. RGB value is (148,202,154). Sum of RGB (Red+Green+Blue) = 148+202+154=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA9A is #6B3565. Grayscale: #B4B4B4. Windows color (decimal): -7026022 or 10144404. OLE color: 10144404.

HSL color Cylindrical-coordinate representation of color #94CA9A: hue angle of 126.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CA9A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB148202154-
CMYK0.2700.240.21
HSL126.67º33.75%68.63%-
HSV(B)126.67º26.73%79.22%-
XYZ39.1750.8738.33-
YUV180.38113.11104.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=29.37%
G=40.08%
B=30.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021540.2700.240.21126.6733.7568.63
Hex94CA9A1B018157f2245
Octal224312232330302517742105
Binary100101001100101010011010110110110001010111111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,202,154); }

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

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

 a { background-color: rgb(148,202,154); }

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

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

 span { border-color: rgb(148,202,154); }

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