Shades of Java #30A49F
Tints of Java #30A49F
RGB
CMYK
RGB Variations
Color information
#30A49F (or 0x30A49F) is known color: Java. HEX triplet: 30, A4 and 9F. RGB value is (48,164,159). Sum of RGB (Red+Green+Blue) = 48+164+159=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #30A49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A49F is #CF5B60. Grayscale: #808080. Windows color (decimal): -13589345 or 10462256. OLE color: 10462256.
HSL color Cylindrical-coordinate representation of color #30A49F: hue angle of 177.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A49F is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 164 | 159 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.36 |
| HSL | 177.41º | 0.55% | 0.42% | - |
| HSV(B) | 177.41º | 0.71% | 0.64% | - |
| XYZ | 20.75 | 29.68 | 37.44 | - |
| YUV | 128.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 164 | 159 | 0.71 | 0 | 0.03 | 0.36 | 177.41 | 0.55 | 0.42 |
| Hex | 30 | A4 | 9F | 47 | 0 | 3 | 24 | B1 | 37 | 2A |
| Octal | 60 | 244 | 237 | 107 | 0 | 3 | 44 | 261 | 67 | 52 |
| Binary | 110000 | 10100100 | 10011111 | 1000111 | 0 | 11 | 100100 | 10110001 | 110111 | 101010 |
Color Harmonies of #30A49F
Complementary color
Monochromatic Colors of #30A49F
Black with #30A49F
Text Example
Text Example
White with #30A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A49F; }
p { color: rgb(48,164,159); }
H1.HeaderClassName
{
color: #30A49F;
}
.AnyTagClassName
{
color: #30A49F;
}
</style>
background-color css
<style>
a { background-color: #30A49F; }
a { background-color: rgb(48,164,159); }
div.DivClassName
{
background-color: #30A49F;
}
.BgClassName
{
background-color: #30A49F;
}
</style>
border-color css
<style>
span { border-color: #30A49F; }
span { border-color: rgb(48,164,159); }
td.TdClassName
{
border-color: #30A49F;
}
.TagClassName
{
border-color: #30A49F;
}
</style>