Shades of Blue Chill #3EA09B
Tints of Blue Chill #3EA09B
RGB
CMYK
RGB Variations
Color information
#3EA09B (or 0x3EA09B) is known color: Blue Chill. HEX triplet: 3E, A0 and 9B. RGB value is (62,160,155). Sum of RGB (Red+Green+Blue) = 62+160+155=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA09B is #C15F64. Grayscale: #828282. Windows color (decimal): -12672869 or 10199102. OLE color: 10199102.
HSL color Cylindrical-coordinate representation of color #3EA09B: hue angle of 176.94º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3EA09B is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 155 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.37 |
| HSL | 176.94º | 0.44% | 0.44% | - |
| HSV(B) | 176.94º | 0.61% | 0.63% | - |
| XYZ | 20.47 | 28.53 | 35.44 | - |
| YUV | 130.13 | 142.03 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 155 | 0.61 | 0 | 0.03 | 0.37 | 176.94 | 0.44 | 0.44 |
| Hex | 3E | A0 | 9B | 3D | 0 | 3 | 25 | B1 | 2C | 2C |
| Octal | 76 | 240 | 233 | 75 | 0 | 3 | 45 | 261 | 54 | 54 |
| Binary | 111110 | 10100000 | 10011011 | 111101 | 0 | 11 | 100101 | 10110001 | 101100 | 101100 |
Color Harmonies of #3EA09B
Complementary color
Monochromatic Colors of #3EA09B
Black with #3EA09B
Text Example
Text Example
White with #3EA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA09B; }
p { color: rgb(62,160,155); }
H1.HeaderClassName
{
color: #3EA09B;
}
.AnyTagClassName
{
color: #3EA09B;
}
</style>
background-color css
<style>
a { background-color: #3EA09B; }
a { background-color: rgb(62,160,155); }
div.DivClassName
{
background-color: #3EA09B;
}
.BgClassName
{
background-color: #3EA09B;
}
</style>
border-color css
<style>
span { border-color: #3EA09B; }
span { border-color: rgb(62,160,155); }
td.TdClassName
{
border-color: #3EA09B;
}
.TagClassName
{
border-color: #3EA09B;
}
</style>