Shades of Light Sea Green #13CDB3
Tints of Light Sea Green #13CDB3
RGB
CMYK
RGB Variations
Color information
#13CDB3 (or 0x13CDB3) is known color: Light Sea Green. HEX triplet: 13, CD and B3. RGB value is (19,205,179). Sum of RGB (Red+Green+Blue) = 19+205+179=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #13CDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CDB3 is #EC324C. Grayscale: #929292. Windows color (decimal): -15479373 or 11783443. OLE color: 11783443.
HSL color Cylindrical-coordinate representation of color #13CDB3: hue angle of 171.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CDB3 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 205 | 179 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.20 |
| HSL | 171.61º | 0.83% | 0.44% | - |
| HSV(B) | 171.61º | 0.91% | 0.8% | - |
| XYZ | 30.24 | 47.06 | 50.14 | - |
| YUV | 146.42 | 146.38 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 205 | 179 | 0.91 | 0 | 0.13 | 0.20 | 171.61 | 0.83 | 0.44 |
| Hex | 13 | CD | B3 | 5B | 0 | D | 14 | AC | 53 | 2C |
| Octal | 23 | 315 | 263 | 133 | 0 | 15 | 24 | 254 | 123 | 54 |
| Binary | 10011 | 11001101 | 10110011 | 1011011 | 0 | 1101 | 10100 | 10101100 | 1010011 | 101100 |
Color Harmonies of #13CDB3
Complementary color
Monochromatic Colors of #13CDB3
Black with #13CDB3
Text Example
Text Example
White with #13CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CDB3; }
p { color: rgb(19,205,179); }
H1.HeaderClassName
{
color: #13CDB3;
}
.AnyTagClassName
{
color: #13CDB3;
}
</style>
background-color css
<style>
a { background-color: #13CDB3; }
a { background-color: rgb(19,205,179); }
div.DivClassName
{
background-color: #13CDB3;
}
.BgClassName
{
background-color: #13CDB3;
}
</style>
border-color css
<style>
span { border-color: #13CDB3; }
span { border-color: rgb(19,205,179); }
td.TdClassName
{
border-color: #13CDB3;
}
.TagClassName
{
border-color: #13CDB3;
}
</style>