Shades of Java #188A8D
Tints of Java #188A8D
RGB
CMYK
RGB Variations
Color information
#188A8D (or 0x188A8D) is known color: Java. HEX triplet: 18, 8A and 8D. RGB value is (24,138,141). Sum of RGB (Red+Green+Blue) = 24+138+141=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #188A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A8D is #E77572. Grayscale: #686868. Windows color (decimal): -15168883 or 9275928. OLE color: 9275928.
HSL color Cylindrical-coordinate representation of color #188A8D: hue angle of 181.54º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A8D is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 138 | 141 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.45 |
| HSL | 181.54º | 0.71% | 0.32% | - |
| HSV(B) | 181.54º | 0.83% | 0.55% | - |
| XYZ | 14.27 | 20.29 | 28.36 | - |
| YUV | 104.26 | 148.73 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 141 | 0.83 | 0.02 | 0 | 0.45 | 181.54 | 0.71 | 0.32 |
| Hex | 18 | 8A | 8D | 53 | 2 | 0 | 2D | B6 | 47 | 20 |
| Octal | 30 | 212 | 215 | 123 | 2 | 0 | 55 | 266 | 107 | 40 |
| Binary | 11000 | 10001010 | 10001101 | 1010011 | 10 | 0 | 101101 | 10110110 | 1000111 | 100000 |
Color Harmonies of #188A8D
Complementary color
Monochromatic Colors of #188A8D
Black with #188A8D
Text Example
Text Example
White with #188A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A8D; }
p { color: rgb(24,138,141); }
H1.HeaderClassName
{
color: #188A8D;
}
.AnyTagClassName
{
color: #188A8D;
}
</style>
background-color css
<style>
a { background-color: #188A8D; }
a { background-color: rgb(24,138,141); }
div.DivClassName
{
background-color: #188A8D;
}
.BgClassName
{
background-color: #188A8D;
}
</style>
border-color css
<style>
span { border-color: #188A8D; }
span { border-color: rgb(24,138,141); }
td.TdClassName
{
border-color: #188A8D;
}
.TagClassName
{
border-color: #188A8D;
}
</style>