Shades of Light Sea Green #3CBEB2
Tints of Light Sea Green #3CBEB2
RGB
CMYK
RGB Variations
Color information
#3CBEB2 (or 0x3CBEB2) is known color: Light Sea Green. HEX triplet: 3C, BE and B2. RGB value is (60,190,178). Sum of RGB (Red+Green+Blue) = 60+190+178=428 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.02% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBEB2 is #C3414D. Grayscale: #959595. Windows color (decimal): -12796238 or 11714108. OLE color: 11714108.
HSL color Cylindrical-coordinate representation of color #3CBEB2: hue angle of 174.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBEB2 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 178 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.25 |
| HSL | 174.46º | 0.52% | 0.49% | - |
| HSV(B) | 174.46º | 0.68% | 0.75% | - |
| XYZ | 28.31 | 41 | 48.54 | - |
| YUV | 149.76 | 143.93 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 178 | 0.68 | 0 | 0.06 | 0.25 | 174.46 | 0.52 | 0.49 |
| Hex | 3C | BE | B2 | 44 | 0 | 6 | 19 | AE | 34 | 31 |
| Octal | 74 | 276 | 262 | 104 | 0 | 6 | 31 | 256 | 64 | 61 |
| Binary | 111100 | 10111110 | 10110010 | 1000100 | 0 | 110 | 11001 | 10101110 | 110100 | 110001 |
Color Harmonies of #3CBEB2
Complementary color
Monochromatic Colors of #3CBEB2
Black with #3CBEB2
Text Example
Text Example
White with #3CBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEB2; }
p { color: rgb(60,190,178); }
H1.HeaderClassName
{
color: #3CBEB2;
}
.AnyTagClassName
{
color: #3CBEB2;
}
</style>
background-color css
<style>
a { background-color: #3CBEB2; }
a { background-color: rgb(60,190,178); }
div.DivClassName
{
background-color: #3CBEB2;
}
.BgClassName
{
background-color: #3CBEB2;
}
</style>
border-color css
<style>
span { border-color: #3CBEB2; }
span { border-color: rgb(60,190,178); }
td.TdClassName
{
border-color: #3CBEB2;
}
.TagClassName
{
border-color: #3CBEB2;
}
</style>