Shades of Light Sea Green #38C3B2
Tints of Light Sea Green #38C3B2
RGB
CMYK
RGB Variations
Color information
#38C3B2 (or 0x38C3B2) is known color: Light Sea Green. HEX triplet: 38, C3 and B2. RGB value is (56,195,178). Sum of RGB (Red+Green+Blue) = 56+195+178=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #38C3B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C3B2 is #C73C4D. Grayscale: #979797. Windows color (decimal): -13057102 or 11715384. OLE color: 11715384.
HSL color Cylindrical-coordinate representation of color #38C3B2: hue angle of 172.66º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C3B2 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 195 | 178 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.24 |
| HSL | 172.66º | 0.55% | 0.49% | - |
| HSV(B) | 172.66º | 0.71% | 0.76% | - |
| XYZ | 29.18 | 43.09 | 48.9 | - |
| YUV | 151.5 | 142.95 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 195 | 178 | 0.71 | 0 | 0.09 | 0.24 | 172.66 | 0.55 | 0.49 |
| Hex | 38 | C3 | B2 | 47 | 0 | 9 | 18 | AD | 37 | 31 |
| Octal | 70 | 303 | 262 | 107 | 0 | 11 | 30 | 255 | 67 | 61 |
| Binary | 111000 | 11000011 | 10110010 | 1000111 | 0 | 1001 | 11000 | 10101101 | 110111 | 110001 |
Color Harmonies of #38C3B2
Complementary color
Monochromatic Colors of #38C3B2
Black with #38C3B2
Text Example
Text Example
White with #38C3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C3B2; }
p { color: rgb(56,195,178); }
H1.HeaderClassName
{
color: #38C3B2;
}
.AnyTagClassName
{
color: #38C3B2;
}
</style>
background-color css
<style>
a { background-color: #38C3B2; }
a { background-color: rgb(56,195,178); }
div.DivClassName
{
background-color: #38C3B2;
}
.BgClassName
{
background-color: #38C3B2;
}
</style>
border-color css
<style>
span { border-color: #38C3B2; }
span { border-color: rgb(56,195,178); }
td.TdClassName
{
border-color: #38C3B2;
}
.TagClassName
{
border-color: #38C3B2;
}
</style>