Shades of Java #27A09C
Tints of Java #27A09C
RGB
CMYK
RGB Variations
Color information
#27A09C (or 0x27A09C) is known color: Java. HEX triplet: 27, A0 and 9C. RGB value is (39,160,156). Sum of RGB (Red+Green+Blue) = 39+160+156=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #27A09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A09C is #D85F63. Grayscale: #7B7B7B. Windows color (decimal): -14180196 or 10264615. OLE color: 10264615.
HSL color Cylindrical-coordinate representation of color #27A09C: hue angle of 178.02º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A09C is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 160 | 156 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.37 |
| HSL | 178.02º | 0.61% | 0.39% | - |
| HSV(B) | 178.02º | 0.76% | 0.63% | - |
| XYZ | 19.41 | 27.97 | 35.83 | - |
| YUV | 123.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 160 | 156 | 0.76 | 0 | 0.02 | 0.37 | 178.02 | 0.61 | 0.39 |
| Hex | 27 | A0 | 9C | 4C | 0 | 2 | 25 | B2 | 3D | 27 |
| Octal | 47 | 240 | 234 | 114 | 0 | 2 | 45 | 262 | 75 | 47 |
| Binary | 100111 | 10100000 | 10011100 | 1001100 | 0 | 10 | 100101 | 10110010 | 111101 | 100111 |
Color Harmonies of #27A09C
Complementary color
Monochromatic Colors of #27A09C
Black with #27A09C
Text Example
Text Example
White with #27A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A09C; }
p { color: rgb(39,160,156); }
H1.HeaderClassName
{
color: #27A09C;
}
.AnyTagClassName
{
color: #27A09C;
}
</style>
background-color css
<style>
a { background-color: #27A09C; }
a { background-color: rgb(39,160,156); }
div.DivClassName
{
background-color: #27A09C;
}
.BgClassName
{
background-color: #27A09C;
}
</style>
border-color css
<style>
span { border-color: #27A09C; }
span { border-color: rgb(39,160,156); }
td.TdClassName
{
border-color: #27A09C;
}
.TagClassName
{
border-color: #27A09C;
}
</style>