Shades of Java #1A908D
Tints of Java #1A908D
RGB
CMYK
RGB Variations
Color information
#1A908D (or 0x1A908D) is known color: Java. HEX triplet: 1A, 90 and 8D. RGB value is (26,144,141). Sum of RGB (Red+Green+Blue) = 26+144+141=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #1A908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A908D is #E56F72. Grayscale: #6C6C6C. Windows color (decimal): -15036275 or 9277466. OLE color: 9277466.
HSL color Cylindrical-coordinate representation of color #1A908D: hue angle of 178.47º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A908D is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 144 | 141 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.44 |
| HSL | 178.47º | 0.69% | 0.33% | - |
| HSV(B) | 178.47º | 0.82% | 0.56% | - |
| XYZ | 15.21 | 22.09 | 28.66 | - |
| YUV | 108.38 | 146.41 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 141 | 0.82 | 0 | 0.02 | 0.44 | 178.47 | 0.69 | 0.33 |
| Hex | 1A | 90 | 8D | 52 | 0 | 2 | 2C | B2 | 45 | 21 |
| Octal | 32 | 220 | 215 | 122 | 0 | 2 | 54 | 262 | 105 | 41 |
| Binary | 11010 | 10010000 | 10001101 | 1010010 | 0 | 10 | 101100 | 10110010 | 1000101 | 100001 |
Color Harmonies of #1A908D
Complementary color
Monochromatic Colors of #1A908D
Black with #1A908D
Text Example
Text Example
White with #1A908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A908D; }
p { color: rgb(26,144,141); }
H1.HeaderClassName
{
color: #1A908D;
}
.AnyTagClassName
{
color: #1A908D;
}
</style>
background-color css
<style>
a { background-color: #1A908D; }
a { background-color: rgb(26,144,141); }
div.DivClassName
{
background-color: #1A908D;
}
.BgClassName
{
background-color: #1A908D;
}
</style>
border-color css
<style>
span { border-color: #1A908D; }
span { border-color: rgb(26,144,141); }
td.TdClassName
{
border-color: #1A908D;
}
.TagClassName
{
border-color: #1A908D;
}
</style>