Shades of Light Sea Green #26CAB0
Tints of Light Sea Green #26CAB0
RGB
CMYK
RGB Variations
Color information
#26CAB0 (or 0x26CAB0) is known color: Light Sea Green. HEX triplet: 26, CA and B0. RGB value is (38,202,176). Sum of RGB (Red+Green+Blue) = 38+202+176=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #26CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26CAB0 is #D9354F. Grayscale: #959595. Windows color (decimal): -14234960 or 11586086. OLE color: 11586086.
HSL color Cylindrical-coordinate representation of color #26CAB0: hue angle of 170.49º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CAB0 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 176 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.21 |
| HSL | 170.49º | 0.68% | 0.47% | - |
| HSV(B) | 170.49º | 0.81% | 0.79% | - |
| XYZ | 29.76 | 45.79 | 48.34 | - |
| YUV | 150 | 142.67 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 176 | 0.81 | 0 | 0.13 | 0.21 | 170.49 | 0.68 | 0.47 |
| Hex | 26 | CA | B0 | 51 | 0 | D | 15 | AA | 44 | 2F |
| Octal | 46 | 312 | 260 | 121 | 0 | 15 | 25 | 252 | 104 | 57 |
| Binary | 100110 | 11001010 | 10110000 | 1010001 | 0 | 1101 | 10101 | 10101010 | 1000100 | 101111 |
Color Harmonies of #26CAB0
Complementary color
Monochromatic Colors of #26CAB0
Black with #26CAB0
Text Example
Text Example
White with #26CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CAB0; }
p { color: rgb(38,202,176); }
H1.HeaderClassName
{
color: #26CAB0;
}
.AnyTagClassName
{
color: #26CAB0;
}
</style>
background-color css
<style>
a { background-color: #26CAB0; }
a { background-color: rgb(38,202,176); }
div.DivClassName
{
background-color: #26CAB0;
}
.BgClassName
{
background-color: #26CAB0;
}
</style>
border-color css
<style>
span { border-color: #26CAB0; }
span { border-color: rgb(38,202,176); }
td.TdClassName
{
border-color: #26CAB0;
}
.TagClassName
{
border-color: #26CAB0;
}
</style>