Shades of Light Sea Green #26CBBD
Tints of Light Sea Green #26CBBD
RGB
CMYK
RGB Variations
Color information
#26CBBD (or 0x26CBBD) is known color: Light Sea Green. HEX triplet: 26, CB and BD. RGB value is (38,203,189). Sum of RGB (Red+Green+Blue) = 38+203+189=430 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.84% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #26CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CBBD is #D93442. Grayscale: #979797. Windows color (decimal): -14234691 or 12438310. OLE color: 12438310.
HSL color Cylindrical-coordinate representation of color #26CBBD: hue angle of 174.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CBBD is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 203 | 189 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.20 |
| HSL | 174.91º | 0.68% | 0.47% | - |
| HSV(B) | 174.91º | 0.81% | 0.8% | - |
| XYZ | 31.34 | 46.8 | 55.53 | - |
| YUV | 152.07 | 148.84 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 189 | 0.81 | 0 | 0.07 | 0.20 | 174.91 | 0.68 | 0.47 |
| Hex | 26 | CB | BD | 51 | 0 | 7 | 14 | AF | 44 | 2F |
| Octal | 46 | 313 | 275 | 121 | 0 | 7 | 24 | 257 | 104 | 57 |
| Binary | 100110 | 11001011 | 10111101 | 1010001 | 0 | 111 | 10100 | 10101111 | 1000100 | 101111 |
Color Harmonies of #26CBBD
Complementary color
Monochromatic Colors of #26CBBD
Black with #26CBBD
Text Example
Text Example
White with #26CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CBBD; }
p { color: rgb(38,203,189); }
H1.HeaderClassName
{
color: #26CBBD;
}
.AnyTagClassName
{
color: #26CBBD;
}
</style>
background-color css
<style>
a { background-color: #26CBBD; }
a { background-color: rgb(38,203,189); }
div.DivClassName
{
background-color: #26CBBD;
}
.BgClassName
{
background-color: #26CBBD;
}
</style>
border-color css
<style>
span { border-color: #26CBBD; }
span { border-color: rgb(38,203,189); }
td.TdClassName
{
border-color: #26CBBD;
}
.TagClassName
{
border-color: #26CBBD;
}
</style>