#95E8AB

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

Shades of Chinook #95E8AB

Tints of Chinook #95E8AB

Color information

#95E8AB (or 0x95E8AB) is unknown color: approx Chinook. HEX triplet: 95, E8 and AB. RGB value is (149,232,171). Sum of RGB (Red+Green+Blue) = 149+232+171=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E8AB is #6A1754. Grayscale: #C8C8C8. Windows color (decimal): -6952789 or 11266197. OLE color: 11266197.

HSL color Cylindrical-coordinate representation of color #95E8AB: hue angle of 135.9º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8AB is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB149232171-
CMYK0.3600.260.09
HSL135.9º64.34%74.71%-
HSV(B)135.9º35.78%90.98%-
XYZ48.667.0448.91-
YUV200.23111.591.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 232 (91.02% from 255) = 42.03%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=26.99%
G=42.03%
B=30.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492321710.3600.260.09135.964.3474.71
Hex95E8AB2401A988404b
Octal2253502534403211210100113
Binary10010101111010001010101110010001101010011000100010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E8AB; }

 p { color: rgb(149,232,171); }

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

<style>
 a { background-color: #95E8AB; }

 a { background-color: rgb(149,232,171); }

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

<style>
 span { border-color: #95E8AB; }

 span { border-color: rgb(149,232,171); }

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