Shades of Blue Chill #3AA09C
Tints of Blue Chill #3AA09C
RGB
CMYK
RGB Variations
Color information
#3AA09C (or 0x3AA09C) is known color: Blue Chill. HEX triplet: 3A, A0 and 9C. RGB value is (58,160,156). Sum of RGB (Red+Green+Blue) = 58+160+156=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA09C is #C55F63. Grayscale: #808080. Windows color (decimal): -12935012 or 10264634. OLE color: 10264634.
HSL color Cylindrical-coordinate representation of color #3AA09C: hue angle of 177.65º 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 #3AA09C is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 156 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.37 |
| HSL | 177.65º | 0.47% | 0.43% | - |
| HSV(B) | 177.65º | 0.64% | 0.63% | - |
| XYZ | 20.32 | 28.44 | 35.87 | - |
| YUV | 129.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 156 | 0.64 | 0 | 0.02 | 0.37 | 177.65 | 0.47 | 0.43 |
| Hex | 3A | A0 | 9C | 40 | 0 | 2 | 25 | B2 | 2F | 2B |
| Octal | 72 | 240 | 234 | 100 | 0 | 2 | 45 | 262 | 57 | 53 |
| Binary | 111010 | 10100000 | 10011100 | 1000000 | 0 | 10 | 100101 | 10110010 | 101111 | 101011 |
Color Harmonies of #3AA09C
Complementary color
Monochromatic Colors of #3AA09C
Black with #3AA09C
Text Example
Text Example
White with #3AA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA09C; }
p { color: rgb(58,160,156); }
H1.HeaderClassName
{
color: #3AA09C;
}
.AnyTagClassName
{
color: #3AA09C;
}
</style>
background-color css
<style>
a { background-color: #3AA09C; }
a { background-color: rgb(58,160,156); }
div.DivClassName
{
background-color: #3AA09C;
}
.BgClassName
{
background-color: #3AA09C;
}
</style>
border-color css
<style>
span { border-color: #3AA09C; }
span { border-color: rgb(58,160,156); }
td.TdClassName
{
border-color: #3AA09C;
}
.TagClassName
{
border-color: #3AA09C;
}
</style>