Shades of Java #38A6A1
Tints of Java #38A6A1
RGB
CMYK
RGB Variations
Color information
#38A6A1 (or 0x38A6A1) is known color: Java. HEX triplet: 38, A6 and A1. RGB value is (56,166,161). Sum of RGB (Red+Green+Blue) = 56+166+161=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #38A6A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A6A1 is #C7595E. Grayscale: #848484. Windows color (decimal): -13064543 or 10593848. OLE color: 10593848.
HSL color Cylindrical-coordinate representation of color #38A6A1: hue angle of 177.27º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A6A1 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 166 | 161 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.35 |
| HSL | 177.27º | 0.5% | 0.44% | - |
| HSV(B) | 177.27º | 0.66% | 0.65% | - |
| XYZ | 21.7 | 30.69 | 38.5 | - |
| YUV | 132.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 166 | 161 | 0.66 | 0 | 0.03 | 0.35 | 177.27 | 0.5 | 0.44 |
| Hex | 38 | A6 | A1 | 42 | 0 | 3 | 23 | B1 | 32 | 2C |
| Octal | 70 | 246 | 241 | 102 | 0 | 3 | 43 | 261 | 62 | 54 |
| Binary | 111000 | 10100110 | 10100001 | 1000010 | 0 | 11 | 100011 | 10110001 | 110010 | 101100 |
Color Harmonies of #38A6A1
Complementary color
Monochromatic Colors of #38A6A1
Black with #38A6A1
Text Example
Text Example
White with #38A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A6A1; }
p { color: rgb(56,166,161); }
H1.HeaderClassName
{
color: #38A6A1;
}
.AnyTagClassName
{
color: #38A6A1;
}
</style>
background-color css
<style>
a { background-color: #38A6A1; }
a { background-color: rgb(56,166,161); }
div.DivClassName
{
background-color: #38A6A1;
}
.BgClassName
{
background-color: #38A6A1;
}
</style>
border-color css
<style>
span { border-color: #38A6A1; }
span { border-color: rgb(56,166,161); }
td.TdClassName
{
border-color: #38A6A1;
}
.TagClassName
{
border-color: #38A6A1;
}
</style>