Shades of Light Sea Green #38C0B5
Tints of Light Sea Green #38C0B5
RGB
CMYK
RGB Variations
Color information
#38C0B5 (or 0x38C0B5) is known color: Light Sea Green. HEX triplet: 38, C0 and B5. RGB value is (56,192,181). Sum of RGB (Red+Green+Blue) = 56+192+181=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #38C0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0B5 is #C73F4A. Grayscale: #959595. Windows color (decimal): -13057867 or 11911224. OLE color: 11911224.
HSL color Cylindrical-coordinate representation of color #38C0B5: hue angle of 175.15º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C0B5 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 192 | 181 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.25 |
| HSL | 175.15º | 0.55% | 0.49% | - |
| HSV(B) | 175.15º | 0.71% | 0.75% | - |
| XYZ | 28.82 | 41.88 | 50.28 | - |
| YUV | 150.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 192 | 181 | 0.71 | 0 | 0.06 | 0.25 | 175.15 | 0.55 | 0.49 |
| Hex | 38 | C0 | B5 | 47 | 0 | 6 | 19 | AF | 37 | 31 |
| Octal | 70 | 300 | 265 | 107 | 0 | 6 | 31 | 257 | 67 | 61 |
| Binary | 111000 | 11000000 | 10110101 | 1000111 | 0 | 110 | 11001 | 10101111 | 110111 | 110001 |
Color Harmonies of #38C0B5
Complementary color
Monochromatic Colors of #38C0B5
Black with #38C0B5
Text Example
Text Example
White with #38C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C0B5; }
p { color: rgb(56,192,181); }
H1.HeaderClassName
{
color: #38C0B5;
}
.AnyTagClassName
{
color: #38C0B5;
}
</style>
background-color css
<style>
a { background-color: #38C0B5; }
a { background-color: rgb(56,192,181); }
div.DivClassName
{
background-color: #38C0B5;
}
.BgClassName
{
background-color: #38C0B5;
}
</style>
border-color css
<style>
span { border-color: #38C0B5; }
span { border-color: rgb(56,192,181); }
td.TdClassName
{
border-color: #38C0B5;
}
.TagClassName
{
border-color: #38C0B5;
}
</style>