Shades of Light Sea Green #38BFB2
Tints of Light Sea Green #38BFB2
RGB
CMYK
RGB Variations
Color information
#38BFB2 (or 0x38BFB2) is known color: Light Sea Green. HEX triplet: 38, BF and B2. RGB value is (56,191,178). Sum of RGB (Red+Green+Blue) = 56+191+178=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BFB2 is #C7404D. Grayscale: #959595. Windows color (decimal): -13058126 or 11714360. OLE color: 11714360.
HSL color Cylindrical-coordinate representation of color #38BFB2: hue angle of 174.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFB2 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 191 | 178 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.25 |
| HSL | 174.22º | 0.55% | 0.48% | - |
| HSV(B) | 174.22º | 0.71% | 0.75% | - |
| XYZ | 28.3 | 41.32 | 48.6 | - |
| YUV | 149.15 | 144.27 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 178 | 0.71 | 0 | 0.07 | 0.25 | 174.22 | 0.55 | 0.48 |
| Hex | 38 | BF | B2 | 47 | 0 | 7 | 19 | AE | 37 | 30 |
| Octal | 70 | 277 | 262 | 107 | 0 | 7 | 31 | 256 | 67 | 60 |
| Binary | 111000 | 10111111 | 10110010 | 1000111 | 0 | 111 | 11001 | 10101110 | 110111 | 110000 |
Color Harmonies of #38BFB2
Complementary color
Monochromatic Colors of #38BFB2
Black with #38BFB2
Text Example
Text Example
White with #38BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFB2; }
p { color: rgb(56,191,178); }
H1.HeaderClassName
{
color: #38BFB2;
}
.AnyTagClassName
{
color: #38BFB2;
}
</style>
background-color css
<style>
a { background-color: #38BFB2; }
a { background-color: rgb(56,191,178); }
div.DivClassName
{
background-color: #38BFB2;
}
.BgClassName
{
background-color: #38BFB2;
}
</style>
border-color css
<style>
span { border-color: #38BFB2; }
span { border-color: rgb(56,191,178); }
td.TdClassName
{
border-color: #38BFB2;
}
.TagClassName
{
border-color: #38BFB2;
}
</style>