Shades of Java #38A19C
Tints of Java #38A19C
RGB
CMYK
RGB Variations
Color information
#38A19C (or 0x38A19C) is known color: Java. HEX triplet: 38, A1 and 9C. RGB value is (56,161,156). Sum of RGB (Red+Green+Blue) = 56+161+156=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #38A19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A19C is #C75E63. Grayscale: #808080. Windows color (decimal): -13065828 or 10264888. OLE color: 10264888.
HSL color Cylindrical-coordinate representation of color #38A19C: hue angle of 177.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A19C is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 161 | 156 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.37 |
| HSL | 177.14º | 0.48% | 0.43% | - |
| HSV(B) | 177.14º | 0.65% | 0.63% | - |
| XYZ | 20.38 | 28.73 | 35.92 | - |
| YUV | 129.04 | 143.21 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 161 | 156 | 0.65 | 0 | 0.03 | 0.37 | 177.14 | 0.48 | 0.43 |
| Hex | 38 | A1 | 9C | 41 | 0 | 3 | 25 | B1 | 30 | 2B |
| Octal | 70 | 241 | 234 | 101 | 0 | 3 | 45 | 261 | 60 | 53 |
| Binary | 111000 | 10100001 | 10011100 | 1000001 | 0 | 11 | 100101 | 10110001 | 110000 | 101011 |
Color Harmonies of #38A19C
Complementary color
Monochromatic Colors of #38A19C
Black with #38A19C
Text Example
Text Example
White with #38A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A19C; }
p { color: rgb(56,161,156); }
H1.HeaderClassName
{
color: #38A19C;
}
.AnyTagClassName
{
color: #38A19C;
}
</style>
background-color css
<style>
a { background-color: #38A19C; }
a { background-color: rgb(56,161,156); }
div.DivClassName
{
background-color: #38A19C;
}
.BgClassName
{
background-color: #38A19C;
}
</style>
border-color css
<style>
span { border-color: #38A19C; }
span { border-color: rgb(56,161,156); }
td.TdClassName
{
border-color: #38A19C;
}
.TagClassName
{
border-color: #38A19C;
}
</style>