#94CEA7

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

Shades of Chinook #94CEA7

Tints of Chinook #94CEA7

Color information

#94CEA7 (or 0x94CEA7) is unknown color: approx Chinook. HEX triplet: 94, CE and A7. RGB value is (148,206,167). Sum of RGB (Red+Green+Blue) = 148+206+167=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #94CEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CEA7 is #6B3158. Grayscale: #B8B8B8. Windows color (decimal): -7024985 or 10997396. OLE color: 10997396.

HSL color Cylindrical-coordinate representation of color #94CEA7: hue angle of 139.66º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CEA7 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB148206167-
CMYK0.2800.190.19
HSL139.66º37.18%69.41%-
HSV(B)139.66º28.16%80.78%-
XYZ41.2653.2344.66-
YUV184.21118.28102.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=28.41%
G=39.54%
B=32.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061670.2800.190.19139.6637.1869.41
Hex94CEA71C013138c2545
Octal224316247340232321445105
Binary1001010011001110101001111110001001110011100011001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,206,167); }

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

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

 a { background-color: rgb(148,206,167); }

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

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

 span { border-color: rgb(148,206,167); }

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