Shades of Blue Chill #39A09C
Tints of Blue Chill #39A09C
RGB
CMYK
RGB Variations
Color information
#39A09C (or 0x39A09C) is known color: Blue Chill. HEX triplet: 39, A0 and 9C. RGB value is (57,160,156). Sum of RGB (Red+Green+Blue) = 57+160+156=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #39A09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A09C is #C65F63. Grayscale: #808080. Windows color (decimal): -13000548 or 10264633. OLE color: 10264633.
HSL color Cylindrical-coordinate representation of color #39A09C: hue angle of 177.67º 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 #39A09C is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 160 | 156 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.37 |
| HSL | 177.67º | 0.47% | 0.43% | - |
| HSV(B) | 177.67º | 0.64% | 0.63% | - |
| XYZ | 20.26 | 28.41 | 35.87 | - |
| YUV | 128.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 156 | 0.64 | 0 | 0.02 | 0.37 | 177.67 | 0.47 | 0.43 |
| Hex | 39 | A0 | 9C | 40 | 0 | 2 | 25 | B2 | 2F | 2B |
| Octal | 71 | 240 | 234 | 100 | 0 | 2 | 45 | 262 | 57 | 53 |
| Binary | 111001 | 10100000 | 10011100 | 1000000 | 0 | 10 | 100101 | 10110010 | 101111 | 101011 |
Color Harmonies of #39A09C
Complementary color
Monochromatic Colors of #39A09C
Black with #39A09C
Text Example
Text Example
White with #39A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A09C; }
p { color: rgb(57,160,156); }
H1.HeaderClassName
{
color: #39A09C;
}
.AnyTagClassName
{
color: #39A09C;
}
</style>
background-color css
<style>
a { background-color: #39A09C; }
a { background-color: rgb(57,160,156); }
div.DivClassName
{
background-color: #39A09C;
}
.BgClassName
{
background-color: #39A09C;
}
</style>
border-color css
<style>
span { border-color: #39A09C; }
span { border-color: rgb(57,160,156); }
td.TdClassName
{
border-color: #39A09C;
}
.TagClassName
{
border-color: #39A09C;
}
</style>