#94EBA7

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

Shades of Chinook #94EBA7

Tints of Chinook #94EBA7

Color information

#94EBA7 (or 0x94EBA7) is unknown color: approx Chinook. HEX triplet: 94, EB and A7. RGB value is (148,235,167). Sum of RGB (Red+Green+Blue) = 148+235+167=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EBA7 is #6B1458. Grayscale: #C9C9C9. Windows color (decimal): -7017561 or 11004820. OLE color: 11004820.

HSL color Cylindrical-coordinate representation of color #94EBA7: hue angle of 133.1º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EBA7 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB148235167-
CMYK0.3700.290.08
HSL133.1º68.5%75.1%-
HSV(B)133.1º37.02%92.16%-
XYZ48.968.547.2-
YUV201.24108.6890.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.91%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 167 (65.62% from 255) = 30.36%
R=26.91%
G=42.73%
B=30.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351670.3700.290.08133.168.575.1
Hex94EBA72501D885454b
Octal2243532474503510205105113
Binary10010100111010111010011110010101110110001000010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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