Shades of Java #27A2A1
Tints of Java #27A2A1
RGB
CMYK
RGB Variations
Color information
#27A2A1 (or 0x27A2A1) is known color: Java. HEX triplet: 27, A2 and A1. RGB value is (39,162,161). Sum of RGB (Red+Green+Blue) = 39+162+161=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #27A2A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A2A1 is #D85D5E. Grayscale: #7C7C7C. Windows color (decimal): -14179679 or 10592807. OLE color: 10592807.
HSL color Cylindrical-coordinate representation of color #27A2A1: hue angle of 179.51º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A2A1 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 161 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.36 |
| HSL | 179.51º | 0.61% | 0.39% | - |
| HSV(B) | 179.51º | 0.76% | 0.64% | - |
| XYZ | 20.19 | 28.85 | 38.22 | - |
| YUV | 125.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 161 | 0.76 | 0 | 0.01 | 0.36 | 179.51 | 0.61 | 0.39 |
| Hex | 27 | A2 | A1 | 4C | 0 | 1 | 24 | B4 | 3D | 27 |
| Octal | 47 | 242 | 241 | 114 | 0 | 1 | 44 | 264 | 75 | 47 |
| Binary | 100111 | 10100010 | 10100001 | 1001100 | 0 | 1 | 100100 | 10110100 | 111101 | 100111 |
Color Harmonies of #27A2A1
Complementary color
Monochromatic Colors of #27A2A1
Black with #27A2A1
Text Example
Text Example
White with #27A2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A2A1; }
p { color: rgb(39,162,161); }
H1.HeaderClassName
{
color: #27A2A1;
}
.AnyTagClassName
{
color: #27A2A1;
}
</style>
background-color css
<style>
a { background-color: #27A2A1; }
a { background-color: rgb(39,162,161); }
div.DivClassName
{
background-color: #27A2A1;
}
.BgClassName
{
background-color: #27A2A1;
}
</style>
border-color css
<style>
span { border-color: #27A2A1; }
span { border-color: rgb(39,162,161); }
td.TdClassName
{
border-color: #27A2A1;
}
.TagClassName
{
border-color: #27A2A1;
}
</style>