Shades of Java #38A099
Tints of Java #38A099
RGB
CMYK
RGB Variations
Color information
#38A099 (or 0x38A099) is known color: Java. HEX triplet: 38, A0 and 99. RGB value is (56,160,153). Sum of RGB (Red+Green+Blue) = 56+160+153=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #38A099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A099 is #C75F66. Grayscale: #808080. Windows color (decimal): -13066087 or 10068024. OLE color: 10068024.
HSL color Cylindrical-coordinate representation of color #38A099: hue angle of 175.96º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A099 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 153 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.37 |
| HSL | 175.96º | 0.48% | 0.42% | - |
| HSV(B) | 175.96º | 0.65% | 0.63% | - |
| XYZ | 19.95 | 28.28 | 34.54 | - |
| YUV | 128.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 153 | 0.65 | 0 | 0.04 | 0.37 | 175.96 | 0.48 | 0.42 |
| Hex | 38 | A0 | 99 | 41 | 0 | 4 | 25 | B0 | 30 | 2A |
| Octal | 70 | 240 | 231 | 101 | 0 | 4 | 45 | 260 | 60 | 52 |
| Binary | 111000 | 10100000 | 10011001 | 1000001 | 0 | 100 | 100101 | 10110000 | 110000 | 101010 |
Color Harmonies of #38A099
Complementary color
Monochromatic Colors of #38A099
Black with #38A099
Text Example
Text Example
White with #38A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A099; }
p { color: rgb(56,160,153); }
H1.HeaderClassName
{
color: #38A099;
}
.AnyTagClassName
{
color: #38A099;
}
</style>
background-color css
<style>
a { background-color: #38A099; }
a { background-color: rgb(56,160,153); }
div.DivClassName
{
background-color: #38A099;
}
.BgClassName
{
background-color: #38A099;
}
</style>
border-color css
<style>
span { border-color: #38A099; }
span { border-color: rgb(56,160,153); }
td.TdClassName
{
border-color: #38A099;
}
.TagClassName
{
border-color: #38A099;
}
</style>