Shades of Java #309999
Tints of Java #309999
RGB
CMYK
RGB Variations
Color information
#309999 (or 0x309999) is known color: Java. HEX triplet: 30, 99 and 99. RGB value is (48,153,153). Sum of RGB (Red+Green+Blue) = 48+153+153=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #309999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309999 is #CF6666. Grayscale: #797979. Windows color (decimal): -13592167 or 10066224. OLE color: 10066224.
HSL color Cylindrical-coordinate representation of color #309999: hue angle of 180º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309999 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 153 | - |
| CMYK | 0.69 | 0 | 0 | 0.4 |
| HSL | 180º | 0.52% | 0.39% | - |
| HSV(B) | 180º | 0.69% | 0.6% | - |
| XYZ | 18.36 | 25.71 | 34.13 | - |
| YUV | 121.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 153 | 0.69 | 0 | 0 | 0.4 | 180 | 0.52 | 0.39 |
| Hex | 30 | 99 | 99 | 45 | 0 | 0 | 28 | B4 | 34 | 27 |
| Octal | 60 | 231 | 231 | 105 | 0 | 0 | 50 | 264 | 64 | 47 |
| Binary | 110000 | 10011001 | 10011001 | 1000101 | 0 | 0 | 101000 | 10110100 | 110100 | 100111 |
Color Harmonies of #309999
Complementary color
Monochromatic Colors of #309999
Black with #309999
Text Example
Text Example
White with #309999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309999; }
p { color: rgb(48,153,153); }
H1.HeaderClassName
{
color: #309999;
}
.AnyTagClassName
{
color: #309999;
}
</style>
background-color css
<style>
a { background-color: #309999; }
a { background-color: rgb(48,153,153); }
div.DivClassName
{
background-color: #309999;
}
.BgClassName
{
background-color: #309999;
}
</style>
border-color css
<style>
span { border-color: #309999; }
span { border-color: rgb(48,153,153); }
td.TdClassName
{
border-color: #309999;
}
.TagClassName
{
border-color: #309999;
}
</style>