Shades of Chinook #95EBA5
Tints of Chinook #95EBA5
RGB
CMYK
RGB Variations
Color information
#95EBA5 (or 0x95EBA5) is known color: Chinook. HEX triplet: 95, EB and A5. RGB value is (149,235,165). Sum of RGB (Red+Green+Blue) = 149+235+165=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EBA5 is #6A145A. Grayscale: #C9C9C9. Windows color (decimal): -6952027 or 10873749. OLE color: 10873749.
HSL color Cylindrical-coordinate representation of color #95EBA5: hue angle of 131.16º degrees, saturation: 0.68, 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 #95EBA5 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 235 | 165 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.08 |
| HSL | 131.16º | 0.68% | 0.75% | - |
| HSV(B) | 131.16º | 0.37% | 0.92% | - |
| XYZ | 48.89 | 68.52 | 46.25 | - |
| YUV | 201.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 235 | 165 | 0.37 | 0 | 0.30 | 0.08 | 131.16 | 0.68 | 0.75 |
| Hex | 95 | EB | A5 | 25 | 0 | 1E | 8 | 83 | 44 | 4B |
| Octal | 225 | 353 | 245 | 45 | 0 | 36 | 10 | 203 | 104 | 113 |
| Binary | 10010101 | 11101011 | 10100101 | 100101 | 0 | 11110 | 1000 | 10000011 | 1000100 | 1001011 |
Color Harmonies of #95EBA5
Complementary color
Monochromatic Colors of #95EBA5
Black with #95EBA5
Text Example
Text Example
White with #95EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EBA5; }
p { color: rgb(149,235,165); }
H1.HeaderClassName
{
color: #95EBA5;
}
.AnyTagClassName
{
color: #95EBA5;
}
</style>
background-color css
<style>
a { background-color: #95EBA5; }
a { background-color: rgb(149,235,165); }
div.DivClassName
{
background-color: #95EBA5;
}
.BgClassName
{
background-color: #95EBA5;
}
</style>
border-color css
<style>
span { border-color: #95EBA5; }
span { border-color: rgb(149,235,165); }
td.TdClassName
{
border-color: #95EBA5;
}
.TagClassName
{
border-color: #95EBA5;
}
</style>