Shades of Light Sea Green #33ACB3
Tints of Light Sea Green #33ACB3
RGB
CMYK
RGB Variations
Color information
#33ACB3 (or 0x33ACB3) is known color: Light Sea Green. HEX triplet: 33, AC and B3. RGB value is (51,172,179). Sum of RGB (Red+Green+Blue) = 51+172+179=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #33ACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACB3 is #CC534C. Grayscale: #888888. Windows color (decimal): -13390669 or 11775027. OLE color: 11775027.
HSL color Cylindrical-coordinate representation of color #33ACB3: hue angle of 183.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33ACB3 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 172 | 179 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.30 |
| HSL | 183.28º | 0.56% | 0.45% | - |
| HSV(B) | 183.28º | 0.72% | 0.7% | - |
| XYZ | 24.25 | 33.46 | 47.83 | - |
| YUV | 136.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 179 | 0.72 | 0.04 | 0 | 0.30 | 183.28 | 0.56 | 0.45 |
| Hex | 33 | AC | B3 | 48 | 4 | 0 | 1E | B7 | 38 | 2D |
| Octal | 63 | 254 | 263 | 110 | 4 | 0 | 36 | 267 | 70 | 55 |
| Binary | 110011 | 10101100 | 10110011 | 1001000 | 100 | 0 | 11110 | 10110111 | 111000 | 101101 |
Color Harmonies of #33ACB3
Complementary color
Monochromatic Colors of #33ACB3
Black with #33ACB3
Text Example
Text Example
White with #33ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ACB3; }
p { color: rgb(51,172,179); }
H1.HeaderClassName
{
color: #33ACB3;
}
.AnyTagClassName
{
color: #33ACB3;
}
</style>
background-color css
<style>
a { background-color: #33ACB3; }
a { background-color: rgb(51,172,179); }
div.DivClassName
{
background-color: #33ACB3;
}
.BgClassName
{
background-color: #33ACB3;
}
</style>
border-color css
<style>
span { border-color: #33ACB3; }
span { border-color: rgb(51,172,179); }
td.TdClassName
{
border-color: #33ACB3;
}
.TagClassName
{
border-color: #33ACB3;
}
</style>