Shades of Light Sea Green #13CCB5
Tints of Light Sea Green #13CCB5
RGB
CMYK
RGB Variations
Color information
#13CCB5 (or 0x13CCB5) is known color: Light Sea Green. HEX triplet: 13, CC and B5. RGB value is (19,204,181). Sum of RGB (Red+Green+Blue) = 19+204+181=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #13CCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CCB5 is #EC334A. Grayscale: #919191. Windows color (decimal): -15479627 or 11914259. OLE color: 11914259.
HSL color Cylindrical-coordinate representation of color #13CCB5: hue angle of 172.54º 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 #13CCB5 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 204 | 181 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.2 |
| HSL | 172.54º | 0.83% | 0.44% | - |
| HSV(B) | 172.54º | 0.91% | 0.8% | - |
| XYZ | 30.2 | 46.66 | 51.13 | - |
| YUV | 146.06 | 147.71 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 204 | 181 | 0.91 | 0 | 0.11 | 0.2 | 172.54 | 0.83 | 0.44 |
| Hex | 13 | CC | B5 | 5B | 0 | B | 14 | AD | 53 | 2C |
| Octal | 23 | 314 | 265 | 133 | 0 | 13 | 24 | 255 | 123 | 54 |
| Binary | 10011 | 11001100 | 10110101 | 1011011 | 0 | 1011 | 10100 | 10101101 | 1010011 | 101100 |
Color Harmonies of #13CCB5
Complementary color
Monochromatic Colors of #13CCB5
Black with #13CCB5
Text Example
Text Example
White with #13CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CCB5; }
p { color: rgb(19,204,181); }
H1.HeaderClassName
{
color: #13CCB5;
}
.AnyTagClassName
{
color: #13CCB5;
}
</style>
background-color css
<style>
a { background-color: #13CCB5; }
a { background-color: rgb(19,204,181); }
div.DivClassName
{
background-color: #13CCB5;
}
.BgClassName
{
background-color: #13CCB5;
}
</style>
border-color css
<style>
span { border-color: #13CCB5; }
span { border-color: rgb(19,204,181); }
td.TdClassName
{
border-color: #13CCB5;
}
.TagClassName
{
border-color: #13CCB5;
}
</style>