Shades of Light Sea Green #26AFBC
Tints of Light Sea Green #26AFBC
RGB
CMYK
RGB Variations
Color information
#26AFBC (or 0x26AFBC) is known color: Light Sea Green. HEX triplet: 26, AF and BC. RGB value is (38,175,188). Sum of RGB (Red+Green+Blue) = 38+175+188=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #26AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AFBC is #D95043. Grayscale: #878787. Windows color (decimal): -14241860 or 12365606. OLE color: 12365606.
HSL color Cylindrical-coordinate representation of color #26AFBC: hue angle of 185.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26AFBC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 175 | 188 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.26 |
| HSL | 185.2º | 0.66% | 0.44% | - |
| HSV(B) | 185.2º | 0.8% | 0.74% | - |
| XYZ | 25.21 | 34.7 | 52.95 | - |
| YUV | 135.52 | 157.61 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 175 | 188 | 0.80 | 0.07 | 0 | 0.26 | 185.2 | 0.66 | 0.44 |
| Hex | 26 | AF | BC | 50 | 7 | 0 | 1A | B9 | 42 | 2C |
| Octal | 46 | 257 | 274 | 120 | 7 | 0 | 32 | 271 | 102 | 54 |
| Binary | 100110 | 10101111 | 10111100 | 1010000 | 111 | 0 | 11010 | 10111001 | 1000010 | 101100 |
Color Harmonies of #26AFBC
Complementary color
Monochromatic Colors of #26AFBC
Black with #26AFBC
Text Example
Text Example
White with #26AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AFBC; }
p { color: rgb(38,175,188); }
H1.HeaderClassName
{
color: #26AFBC;
}
.AnyTagClassName
{
color: #26AFBC;
}
</style>
background-color css
<style>
a { background-color: #26AFBC; }
a { background-color: rgb(38,175,188); }
div.DivClassName
{
background-color: #26AFBC;
}
.BgClassName
{
background-color: #26AFBC;
}
</style>
border-color css
<style>
span { border-color: #26AFBC; }
span { border-color: rgb(38,175,188); }
td.TdClassName
{
border-color: #26AFBC;
}
.TagClassName
{
border-color: #26AFBC;
}
</style>