Shades of Java #228B8E
Tints of Java #228B8E
RGB
CMYK
RGB Variations
Color information
#228B8E (or 0x228B8E) is known color: Java. HEX triplet: 22, 8B and 8E. RGB value is (34,139,142). Sum of RGB (Red+Green+Blue) = 34+139+142=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #228B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228B8E is #DD7471. Grayscale: #6B6B6B. Windows color (decimal): -14513266 or 9341730. OLE color: 9341730.
HSL color Cylindrical-coordinate representation of color #228B8E: hue angle of 181.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228B8E is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 139 | 142 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.44 |
| HSL | 181.67º | 0.61% | 0.35% | - |
| HSV(B) | 181.67º | 0.76% | 0.56% | - |
| XYZ | 14.77 | 20.76 | 28.82 | - |
| YUV | 107.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 142 | 0.76 | 0.02 | 0 | 0.44 | 181.67 | 0.61 | 0.35 |
| Hex | 22 | 8B | 8E | 4C | 2 | 0 | 2C | B6 | 3D | 23 |
| Octal | 42 | 213 | 216 | 114 | 2 | 0 | 54 | 266 | 75 | 43 |
| Binary | 100010 | 10001011 | 10001110 | 1001100 | 10 | 0 | 101100 | 10110110 | 111101 | 100011 |
Color Harmonies of #228B8E
Complementary color
Monochromatic Colors of #228B8E
Black with #228B8E
Text Example
Text Example
White with #228B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228B8E; }
p { color: rgb(34,139,142); }
H1.HeaderClassName
{
color: #228B8E;
}
.AnyTagClassName
{
color: #228B8E;
}
</style>
background-color css
<style>
a { background-color: #228B8E; }
a { background-color: rgb(34,139,142); }
div.DivClassName
{
background-color: #228B8E;
}
.BgClassName
{
background-color: #228B8E;
}
</style>
border-color css
<style>
span { border-color: #228B8E; }
span { border-color: rgb(34,139,142); }
td.TdClassName
{
border-color: #228B8E;
}
.TagClassName
{
border-color: #228B8E;
}
</style>