Shades of Java #189183
Tints of Java #189183
RGB
CMYK
RGB Variations
Color information
#189183 (or 0x189183) is known color: Java. HEX triplet: 18, 91 and 83. RGB value is (24,145,131). Sum of RGB (Red+Green+Blue) = 24+145+131=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #189183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189183 is #E76E7C. Grayscale: #6B6B6B. Windows color (decimal): -15167101 or 8622360. OLE color: 8622360.
HSL color Cylindrical-coordinate representation of color #189183: hue angle of 173.06º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189183 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 131 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.43 |
| HSL | 173.06º | 0.72% | 0.33% | - |
| HSV(B) | 173.06º | 0.83% | 0.57% | - |
| XYZ | 14.6 | 22.08 | 24.97 | - |
| YUV | 107.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 131 | 0.83 | 0 | 0.10 | 0.43 | 173.06 | 0.72 | 0.33 |
| Hex | 18 | 91 | 83 | 53 | 0 | A | 2B | AD | 48 | 21 |
| Octal | 30 | 221 | 203 | 123 | 0 | 12 | 53 | 255 | 110 | 41 |
| Binary | 11000 | 10010001 | 10000011 | 1010011 | 0 | 1010 | 101011 | 10101101 | 1001000 | 100001 |
Color Harmonies of #189183
Complementary color
Monochromatic Colors of #189183
Black with #189183
Text Example
Text Example
White with #189183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189183; }
p { color: rgb(24,145,131); }
H1.HeaderClassName
{
color: #189183;
}
.AnyTagClassName
{
color: #189183;
}
</style>
background-color css
<style>
a { background-color: #189183; }
a { background-color: rgb(24,145,131); }
div.DivClassName
{
background-color: #189183;
}
.BgClassName
{
background-color: #189183;
}
</style>
border-color css
<style>
span { border-color: #189183; }
span { border-color: rgb(24,145,131); }
td.TdClassName
{
border-color: #189183;
}
.TagClassName
{
border-color: #189183;
}
</style>