Shades of Java #30A1A3
Tints of Java #30A1A3
RGB
CMYK
RGB Variations
Color information
#30A1A3 (or 0x30A1A3) is known color: Java. HEX triplet: 30, A1 and A3. RGB value is (48,161,163). Sum of RGB (Red+Green+Blue) = 48+161+163=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 163 - color contains mainly: blue. Hex color #30A1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A1A3 is #CF5E5C. Grayscale: #7F7F7F. Windows color (decimal): -13590109 or 10723632. OLE color: 10723632.
HSL color Cylindrical-coordinate representation of color #30A1A3: hue angle of 181.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A1A3 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 161 | 163 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.36 |
| HSL | 181.04º | 0.55% | 0.41% | - |
| HSV(B) | 181.04º | 0.71% | 0.64% | - |
| XYZ | 20.57 | 28.76 | 39.12 | - |
| YUV | 127.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 163 | 0.71 | 0.01 | 0 | 0.36 | 181.04 | 0.55 | 0.41 |
| Hex | 30 | A1 | A3 | 47 | 1 | 0 | 24 | B5 | 37 | 29 |
| Octal | 60 | 241 | 243 | 107 | 1 | 0 | 44 | 265 | 67 | 51 |
| Binary | 110000 | 10100001 | 10100011 | 1000111 | 1 | 0 | 100100 | 10110101 | 110111 | 101001 |
Color Harmonies of #30A1A3
Complementary color
Monochromatic Colors of #30A1A3
Black with #30A1A3
Text Example
Text Example
White with #30A1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A1A3; }
p { color: rgb(48,161,163); }
H1.HeaderClassName
{
color: #30A1A3;
}
.AnyTagClassName
{
color: #30A1A3;
}
</style>
background-color css
<style>
a { background-color: #30A1A3; }
a { background-color: rgb(48,161,163); }
div.DivClassName
{
background-color: #30A1A3;
}
.BgClassName
{
background-color: #30A1A3;
}
</style>
border-color css
<style>
span { border-color: #30A1A3; }
span { border-color: rgb(48,161,163); }
td.TdClassName
{
border-color: #30A1A3;
}
.TagClassName
{
border-color: #30A1A3;
}
</style>