Shades of Java #30A6A0
Tints of Java #30A6A0
RGB
CMYK
RGB Variations
Color information
#30A6A0 (or 0x30A6A0) is known color: Java. HEX triplet: 30, A6 and A0. RGB value is (48,166,160). Sum of RGB (Red+Green+Blue) = 48+166+160=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #30A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A6A0 is #CF595F. Grayscale: #818181. Windows color (decimal): -13588832 or 10528304. OLE color: 10528304.
HSL color Cylindrical-coordinate representation of color #30A6A0: hue angle of 176.95º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A6A0 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 166 | 160 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.35 |
| HSL | 176.95º | 0.55% | 0.42% | - |
| HSV(B) | 176.95º | 0.71% | 0.65% | - |
| XYZ | 21.2 | 30.44 | 38.02 | - |
| YUV | 130.03 | 144.91 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 160 | 0.71 | 0 | 0.04 | 0.35 | 176.95 | 0.55 | 0.42 |
| Hex | 30 | A6 | A0 | 47 | 0 | 4 | 23 | B1 | 37 | 2A |
| Octal | 60 | 246 | 240 | 107 | 0 | 4 | 43 | 261 | 67 | 52 |
| Binary | 110000 | 10100110 | 10100000 | 1000111 | 0 | 100 | 100011 | 10110001 | 110111 | 101010 |
Color Harmonies of #30A6A0
Complementary color
Monochromatic Colors of #30A6A0
Black with #30A6A0
Text Example
Text Example
White with #30A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A6A0; }
p { color: rgb(48,166,160); }
H1.HeaderClassName
{
color: #30A6A0;
}
.AnyTagClassName
{
color: #30A6A0;
}
</style>
background-color css
<style>
a { background-color: #30A6A0; }
a { background-color: rgb(48,166,160); }
div.DivClassName
{
background-color: #30A6A0;
}
.BgClassName
{
background-color: #30A6A0;
}
</style>
border-color css
<style>
span { border-color: #30A6A0; }
span { border-color: rgb(48,166,160); }
td.TdClassName
{
border-color: #30A6A0;
}
.TagClassName
{
border-color: #30A6A0;
}
</style>