Shades of Java #18969C
Tints of Java #18969C
RGB
CMYK
RGB Variations
Color information
#18969C (or 0x18969C) is known color: Java. HEX triplet: 18, 96 and 9C. RGB value is (24,150,156). Sum of RGB (Red+Green+Blue) = 24+150+156=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #18969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18969C is #E76963. Grayscale: #707070. Windows color (decimal): -15165796 or 10262040. OLE color: 10262040.
HSL color Cylindrical-coordinate representation of color #18969C: hue angle of 182.73º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18969C is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 150 | 156 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.39 |
| HSL | 182.73º | 0.73% | 0.35% | - |
| HSV(B) | 182.73º | 0.85% | 0.61% | - |
| XYZ | 17.28 | 24.41 | 35.25 | - |
| YUV | 113.01 | 152.26 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 156 | 0.85 | 0.04 | 0 | 0.39 | 182.73 | 0.73 | 0.35 |
| Hex | 18 | 96 | 9C | 55 | 4 | 0 | 27 | B7 | 49 | 23 |
| Octal | 30 | 226 | 234 | 125 | 4 | 0 | 47 | 267 | 111 | 43 |
| Binary | 11000 | 10010110 | 10011100 | 1010101 | 100 | 0 | 100111 | 10110111 | 1001001 | 100011 |
Color Harmonies of #18969C
Complementary color
Monochromatic Colors of #18969C
Black with #18969C
Text Example
Text Example
White with #18969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18969C; }
p { color: rgb(24,150,156); }
H1.HeaderClassName
{
color: #18969C;
}
.AnyTagClassName
{
color: #18969C;
}
</style>
background-color css
<style>
a { background-color: #18969C; }
a { background-color: rgb(24,150,156); }
div.DivClassName
{
background-color: #18969C;
}
.BgClassName
{
background-color: #18969C;
}
</style>
border-color css
<style>
span { border-color: #18969C; }
span { border-color: rgb(24,150,156); }
td.TdClassName
{
border-color: #18969C;
}
.TagClassName
{
border-color: #18969C;
}
</style>