Shades of Light Sea Green #35BFB5
Tints of Light Sea Green #35BFB5
RGB
CMYK
RGB Variations
Color information
#35BFB5 (or 0x35BFB5) is known color: Light Sea Green. HEX triplet: 35, BF and B5. RGB value is (53,191,181). Sum of RGB (Red+Green+Blue) = 53+191+181=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #35BFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BFB5 is #CA404A. Grayscale: #949494. Windows color (decimal): -13254731 or 11910965. OLE color: 11910965.
HSL color Cylindrical-coordinate representation of color #35BFB5: hue angle of 175.65º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BFB5 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 191 | 181 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.25 |
| HSL | 175.65º | 0.57% | 0.48% | - |
| HSV(B) | 175.65º | 0.72% | 0.75% | - |
| XYZ | 28.44 | 41.35 | 50.2 | - |
| YUV | 148.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 191 | 181 | 0.72 | 0 | 0.05 | 0.25 | 175.65 | 0.57 | 0.48 |
| Hex | 35 | BF | B5 | 48 | 0 | 5 | 19 | B0 | 39 | 30 |
| Octal | 65 | 277 | 265 | 110 | 0 | 5 | 31 | 260 | 71 | 60 |
| Binary | 110101 | 10111111 | 10110101 | 1001000 | 0 | 101 | 11001 | 10110000 | 111001 | 110000 |
Color Harmonies of #35BFB5
Complementary color
Monochromatic Colors of #35BFB5
Black with #35BFB5
Text Example
Text Example
White with #35BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BFB5; }
p { color: rgb(53,191,181); }
H1.HeaderClassName
{
color: #35BFB5;
}
.AnyTagClassName
{
color: #35BFB5;
}
</style>
background-color css
<style>
a { background-color: #35BFB5; }
a { background-color: rgb(53,191,181); }
div.DivClassName
{
background-color: #35BFB5;
}
.BgClassName
{
background-color: #35BFB5;
}
</style>
border-color css
<style>
span { border-color: #35BFB5; }
span { border-color: rgb(53,191,181); }
td.TdClassName
{
border-color: #35BFB5;
}
.TagClassName
{
border-color: #35BFB5;
}
</style>