Shades of Sea Green #338F5C
Tints of Sea Green #338F5C
RGB
CMYK
RGB Variations
Color information
#338F5C (or 0x338F5C) is known color: Sea Green. HEX triplet: 33, 8F and 5C. RGB value is (51,143,92). Sum of RGB (Red+Green+Blue) = 51+143+92=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #338F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338F5C is #CC70A3. Grayscale: #6D6D6D. Windows color (decimal): -13398180 or 6065971. OLE color: 6065971.
HSL color Cylindrical-coordinate representation of color #338F5C: hue angle of 146.74º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338F5C is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 143 | 92 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.44 |
| HSL | 146.74º | 0.47% | 0.38% | - |
| HSV(B) | 146.74º | 0.64% | 0.56% | - |
| XYZ | 13.12 | 21.12 | 13.51 | - |
| YUV | 109.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 92 | 0.64 | 0 | 0.36 | 0.44 | 146.74 | 0.47 | 0.38 |
| Hex | 33 | 8F | 5C | 40 | 0 | 24 | 2C | 93 | 2F | 26 |
| Octal | 63 | 217 | 134 | 100 | 0 | 44 | 54 | 223 | 57 | 46 |
| Binary | 110011 | 10001111 | 1011100 | 1000000 | 0 | 100100 | 101100 | 10010011 | 101111 | 100110 |
Color Harmonies of #338F5C
Complementary color
Monochromatic Colors of #338F5C
Black with #338F5C
Text Example
Text Example
White with #338F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338F5C; }
p { color: rgb(51,143,92); }
H1.HeaderClassName
{
color: #338F5C;
}
.AnyTagClassName
{
color: #338F5C;
}
</style>
background-color css
<style>
a { background-color: #338F5C; }
a { background-color: rgb(51,143,92); }
div.DivClassName
{
background-color: #338F5C;
}
.BgClassName
{
background-color: #338F5C;
}
</style>
border-color css
<style>
span { border-color: #338F5C; }
span { border-color: rgb(51,143,92); }
td.TdClassName
{
border-color: #338F5C;
}
.TagClassName
{
border-color: #338F5C;
}
</style>