Shades of Java #309A8F
Tints of Java #309A8F
RGB
CMYK
RGB Variations
Color information
#309A8F (or 0x309A8F) is known color: Java. HEX triplet: 30, 9A and 8F. RGB value is (48,154,143). Sum of RGB (Red+Green+Blue) = 48+154+143=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #309A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309A8F is #CF6570. Grayscale: #787878. Windows color (decimal): -13591921 or 9411120. OLE color: 9411120.
HSL color Cylindrical-coordinate representation of color #309A8F: hue angle of 173.77º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A8F is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 154 | 143 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.40 |
| HSL | 173.77º | 0.52% | 0.4% | - |
| HSV(B) | 173.77º | 0.69% | 0.6% | - |
| XYZ | 17.73 | 25.72 | 30.02 | - |
| YUV | 121.05 | 140.38 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 143 | 0.69 | 0 | 0.07 | 0.40 | 173.77 | 0.52 | 0.4 |
| Hex | 30 | 9A | 8F | 45 | 0 | 7 | 28 | AE | 34 | 28 |
| Octal | 60 | 232 | 217 | 105 | 0 | 7 | 50 | 256 | 64 | 50 |
| Binary | 110000 | 10011010 | 10001111 | 1000101 | 0 | 111 | 101000 | 10101110 | 110100 | 101000 |
Color Harmonies of #309A8F
Complementary color
Monochromatic Colors of #309A8F
Black with #309A8F
Text Example
Text Example
White with #309A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309A8F; }
p { color: rgb(48,154,143); }
H1.HeaderClassName
{
color: #309A8F;
}
.AnyTagClassName
{
color: #309A8F;
}
</style>
background-color css
<style>
a { background-color: #309A8F; }
a { background-color: rgb(48,154,143); }
div.DivClassName
{
background-color: #309A8F;
}
.BgClassName
{
background-color: #309A8F;
}
</style>
border-color css
<style>
span { border-color: #309A8F; }
span { border-color: rgb(48,154,143); }
td.TdClassName
{
border-color: #309A8F;
}
.TagClassName
{
border-color: #309A8F;
}
</style>