#94E3AB

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

Shades of Chinook #94E3AB

Tints of Chinook #94E3AB

Color information

#94E3AB (or 0x94E3AB) is unknown color: approx Chinook. HEX triplet: 94, E3 and AB. RGB value is (148,227,171). Sum of RGB (Red+Green+Blue) = 148+227+171=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #94E3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E3AB is #6B1C54. Grayscale: #C5C5C5. Windows color (decimal): -7019605 or 11264916. OLE color: 11264916.

HSL color Cylindrical-coordinate representation of color #94E3AB: hue angle of 137.47º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E3AB is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB148227171-
CMYK0.3500.250.11
HSL137.47º58.52%73.53%-
HSV(B)137.47º34.8%89.02%-
XYZ47.0364.1748.44-
YUV196.99113.3393.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.11%
GREEN value IS 227 (89.06% from 255) = 41.58%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=27.11%
G=41.58%
B=31.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482271710.3500.250.11137.4758.5273.53
Hex94E3AB23019B893b4a
Octal224343253430311321173112
Binary1001010011100011101010111000110110011011100010011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,227,171); }

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

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

 a { background-color: rgb(148,227,171); }

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

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

 span { border-color: rgb(148,227,171); }

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