Shades of Blue Chill #3AA09B
Tints of Blue Chill #3AA09B
RGB
CMYK
RGB Variations
Color information
#3AA09B (or 0x3AA09B) is known color: Blue Chill. HEX triplet: 3A, A0 and 9B. RGB value is (58,160,155). Sum of RGB (Red+Green+Blue) = 58+160+155=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA09B is #C55F64. Grayscale: #808080. Windows color (decimal): -12935013 or 10199098. OLE color: 10199098.
HSL color Cylindrical-coordinate representation of color #3AA09B: hue angle of 177.06º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA09B is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 155 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.37 |
| HSL | 177.06º | 0.47% | 0.43% | - |
| HSV(B) | 177.06º | 0.64% | 0.63% | - |
| XYZ | 20.23 | 28.41 | 35.43 | - |
| YUV | 128.93 | 142.71 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 155 | 0.64 | 0 | 0.03 | 0.37 | 177.06 | 0.47 | 0.43 |
| Hex | 3A | A0 | 9B | 40 | 0 | 3 | 25 | B1 | 2F | 2B |
| Octal | 72 | 240 | 233 | 100 | 0 | 3 | 45 | 261 | 57 | 53 |
| Binary | 111010 | 10100000 | 10011011 | 1000000 | 0 | 11 | 100101 | 10110001 | 101111 | 101011 |
Color Harmonies of #3AA09B
Complementary color
Monochromatic Colors of #3AA09B
Black with #3AA09B
Text Example
Text Example
White with #3AA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA09B; }
p { color: rgb(58,160,155); }
H1.HeaderClassName
{
color: #3AA09B;
}
.AnyTagClassName
{
color: #3AA09B;
}
</style>
background-color css
<style>
a { background-color: #3AA09B; }
a { background-color: rgb(58,160,155); }
div.DivClassName
{
background-color: #3AA09B;
}
.BgClassName
{
background-color: #3AA09B;
}
</style>
border-color css
<style>
span { border-color: #3AA09B; }
span { border-color: rgb(58,160,155); }
td.TdClassName
{
border-color: #3AA09B;
}
.TagClassName
{
border-color: #3AA09B;
}
</style>