Shades of Light Sea Green #3CB8B3
Tints of Light Sea Green #3CB8B3
RGB
CMYK
RGB Variations
Color information
#3CB8B3 (or 0x3CB8B3) is known color: Light Sea Green. HEX triplet: 3C, B8 and B3. RGB value is (60,184,179). Sum of RGB (Red+Green+Blue) = 60+184+179=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB8B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB8B3 is #C3474C. Grayscale: #929292. Windows color (decimal): -12797773 or 11778108. OLE color: 11778108.
HSL color Cylindrical-coordinate representation of color #3CB8B3: hue angle of 177.58º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB8B3 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 179 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.28 |
| HSL | 177.58º | 0.51% | 0.48% | - |
| HSV(B) | 177.58º | 0.67% | 0.72% | - |
| XYZ | 27.14 | 38.5 | 48.65 | - |
| YUV | 146.35 | 146.42 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 179 | 0.67 | 0 | 0.03 | 0.28 | 177.58 | 0.51 | 0.48 |
| Hex | 3C | B8 | B3 | 43 | 0 | 3 | 1C | B2 | 33 | 30 |
| Octal | 74 | 270 | 263 | 103 | 0 | 3 | 34 | 262 | 63 | 60 |
| Binary | 111100 | 10111000 | 10110011 | 1000011 | 0 | 11 | 11100 | 10110010 | 110011 | 110000 |
Color Harmonies of #3CB8B3
Complementary color
Monochromatic Colors of #3CB8B3
Black with #3CB8B3
Text Example
Text Example
White with #3CB8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB8B3; }
p { color: rgb(60,184,179); }
H1.HeaderClassName
{
color: #3CB8B3;
}
.AnyTagClassName
{
color: #3CB8B3;
}
</style>
background-color css
<style>
a { background-color: #3CB8B3; }
a { background-color: rgb(60,184,179); }
div.DivClassName
{
background-color: #3CB8B3;
}
.BgClassName
{
background-color: #3CB8B3;
}
</style>
border-color css
<style>
span { border-color: #3CB8B3; }
span { border-color: rgb(60,184,179); }
td.TdClassName
{
border-color: #3CB8B3;
}
.TagClassName
{
border-color: #3CB8B3;
}
</style>