Shades of Light Sea Green #26CFB6
Tints of Light Sea Green #26CFB6
RGB
CMYK
RGB Variations
Color information
#26CFB6 (or 0x26CFB6) is known color: Light Sea Green. HEX triplet: 26, CF and B6. RGB value is (38,207,182). Sum of RGB (Red+Green+Blue) = 38+207+182=427 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.90% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #26CFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CFB6 is #D93049. Grayscale: #999999. Windows color (decimal): -14233674 or 11980582. OLE color: 11980582.
HSL color Cylindrical-coordinate representation of color #26CFB6: hue angle of 171.12º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CFB6 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 207 | 182 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.19 |
| HSL | 171.12º | 0.69% | 0.48% | - |
| HSV(B) | 171.12º | 0.82% | 0.81% | - |
| XYZ | 31.56 | 48.42 | 51.94 | - |
| YUV | 153.62 | 144.01 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 182 | 0.82 | 0 | 0.12 | 0.19 | 171.12 | 0.69 | 0.48 |
| Hex | 26 | CF | B6 | 52 | 0 | C | 13 | AB | 45 | 30 |
| Octal | 46 | 317 | 266 | 122 | 0 | 14 | 23 | 253 | 105 | 60 |
| Binary | 100110 | 11001111 | 10110110 | 1010010 | 0 | 1100 | 10011 | 10101011 | 1000101 | 110000 |
Color Harmonies of #26CFB6
Complementary color
Monochromatic Colors of #26CFB6
Black with #26CFB6
Text Example
Text Example
White with #26CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CFB6; }
p { color: rgb(38,207,182); }
H1.HeaderClassName
{
color: #26CFB6;
}
.AnyTagClassName
{
color: #26CFB6;
}
</style>
background-color css
<style>
a { background-color: #26CFB6; }
a { background-color: rgb(38,207,182); }
div.DivClassName
{
background-color: #26CFB6;
}
.BgClassName
{
background-color: #26CFB6;
}
</style>
border-color css
<style>
span { border-color: #26CFB6; }
span { border-color: rgb(38,207,182); }
td.TdClassName
{
border-color: #26CFB6;
}
.TagClassName
{
border-color: #26CFB6;
}
</style>