#95D8AA

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

Shades of Chinook #95D8AA

Tints of Chinook #95D8AA

Color information

#95D8AA (or 0x95D8AA) is unknown color: approx Chinook. HEX triplet: 95, D8 and AA. RGB value is (149,216,170). Sum of RGB (Red+Green+Blue) = 149+216+170=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D8AA is #6A2755. Grayscale: #BEBEBE. Windows color (decimal): -6956886 or 11196565. OLE color: 11196565.

HSL color Cylindrical-coordinate representation of color #95D8AA: hue angle of 138.81º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D8AA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB149216170-
CMYK0.3100.210.15
HSL138.81º46.21%71.57%-
HSV(B)138.81º31.02%84.71%-
XYZ44.2158.446.97-
YUV190.72116.398.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.85%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=27.85%
G=40.37%
B=31.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161700.3100.210.15138.8146.2171.57
Hex95D8AA1F015F8b2e48
Octal225330252370251721356110
Binary100101011101100010101010111110101011111100010111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,216,170); }

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

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

 a { background-color: rgb(149,216,170); }

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

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

 span { border-color: rgb(149,216,170); }

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