Shades of Java #1B8F9A
Tints of Java #1B8F9A
RGB
CMYK
RGB Variations
Color information
#1B8F9A (or 0x1B8F9A) is known color: Java. HEX triplet: 1B, 8F and 9A. RGB value is (27,143,154). Sum of RGB (Red+Green+Blue) = 27+143+154=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B8F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8F9A is #E47065. Grayscale: #6D6D6D. Windows color (decimal): -14970982 or 10129179. OLE color: 10129179.
HSL color Cylindrical-coordinate representation of color #1B8F9A: hue angle of 185.2º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8F9A is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 143 | 154 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.40 |
| HSL | 185.2º | 0.7% | 0.35% | - |
| HSV(B) | 185.2º | 0.82% | 0.6% | - |
| XYZ | 16.11 | 22.21 | 34.01 | - |
| YUV | 109.57 | 153.07 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 143 | 154 | 0.82 | 0.07 | 0 | 0.40 | 185.2 | 0.7 | 0.35 |
| Hex | 1B | 8F | 9A | 52 | 7 | 0 | 28 | B9 | 46 | 23 |
| Octal | 33 | 217 | 232 | 122 | 7 | 0 | 50 | 271 | 106 | 43 |
| Binary | 11011 | 10001111 | 10011010 | 1010010 | 111 | 0 | 101000 | 10111001 | 1000110 | 100011 |
Color Harmonies of #1B8F9A
Complementary color
Monochromatic Colors of #1B8F9A
Black with #1B8F9A
Text Example
Text Example
White with #1B8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8F9A; }
p { color: rgb(27,143,154); }
H1.HeaderClassName
{
color: #1B8F9A;
}
.AnyTagClassName
{
color: #1B8F9A;
}
</style>
background-color css
<style>
a { background-color: #1B8F9A; }
a { background-color: rgb(27,143,154); }
div.DivClassName
{
background-color: #1B8F9A;
}
.BgClassName
{
background-color: #1B8F9A;
}
</style>
border-color css
<style>
span { border-color: #1B8F9A; }
span { border-color: rgb(27,143,154); }
td.TdClassName
{
border-color: #1B8F9A;
}
.TagClassName
{
border-color: #1B8F9A;
}
</style>