Shades of Light Sea Green #33AFB5
Tints of Light Sea Green #33AFB5
RGB
CMYK
RGB Variations
Color information
#33AFB5 (or 0x33AFB5) is known color: Light Sea Green. HEX triplet: 33, AF and B5. RGB value is (51,175,181). Sum of RGB (Red+Green+Blue) = 51+175+181=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #33AFB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AFB5 is #CC504A. Grayscale: #8A8A8A. Windows color (decimal): -13389899 or 11906867. OLE color: 11906867.
HSL color Cylindrical-coordinate representation of color #33AFB5: hue angle of 182.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33AFB5 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 51 | 175 | 181 | - |
CMYK | 0.72 | 0.03 | 0 | 0.29 |
HSL | 182.77º | 0.56% | 0.45% | - |
HSV(B) | 182.77º | 0.72% | 0.71% | - |
XYZ | 25.04 | 34.7 | 49.09 | - |
YUV | 138.61 | 151.92 | 65.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 175 | 181 | 0.72 | 0.03 | 0 | 0.29 | 182.77 | 0.56 | 0.45 |
Hex | 33 | AF | B5 | 48 | 3 | 0 | 1D | B7 | 38 | 2D |
Octal | 63 | 257 | 265 | 110 | 3 | 0 | 35 | 267 | 70 | 55 |
Binary | 110011 | 10101111 | 10110101 | 1001000 | 11 | 0 | 11101 | 10110111 | 111000 | 101101 |
Color Harmonies of #33AFB5
Complementary color
Monochromatic Colors of #33AFB5
Black with #33AFB5
Text Example
Text Example
White with #33AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AFB5; }
p { color: rgb(51,175,181); }
H1.HeaderClassName
{
color: #33AFB5;
}
.AnyTagClassName
{
color: #33AFB5;
}
</style>
background-color css
<style>
a { background-color: #33AFB5; }
a { background-color: rgb(51,175,181); }
div.DivClassName
{
background-color: #33AFB5;
}
.BgClassName
{
background-color: #33AFB5;
}
</style>
border-color css
<style>
span { border-color: #33AFB5; }
span { border-color: rgb(51,175,181); }
td.TdClassName
{
border-color: #33AFB5;
}
.TagClassName
{
border-color: #33AFB5;
}
</style>