Shades of Light Sea Green #26CFB4
Tints of Light Sea Green #26CFB4
RGB
CMYK
RGB Variations
Color information
#26CFB4 (or 0x26CFB4) is known color: Light Sea Green. HEX triplet: 26, CF and B4. RGB value is (38,207,180). Sum of RGB (Red+Green+Blue) = 38+207+180=425 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.94% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #26CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26CFB4 is #D9304B. Grayscale: #999999. Windows color (decimal): -14233676 or 11849510. OLE color: 11849510.
HSL color Cylindrical-coordinate representation of color #26CFB4: hue angle of 170.41º 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 #26CFB4 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 207 | 180 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.19 |
| HSL | 170.41º | 0.69% | 0.48% | - |
| HSV(B) | 170.41º | 0.82% | 0.81% | - |
| XYZ | 31.35 | 48.33 | 50.86 | - |
| YUV | 153.39 | 143.01 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 180 | 0.82 | 0 | 0.13 | 0.19 | 170.41 | 0.69 | 0.48 |
| Hex | 26 | CF | B4 | 52 | 0 | D | 13 | AA | 45 | 30 |
| Octal | 46 | 317 | 264 | 122 | 0 | 15 | 23 | 252 | 105 | 60 |
| Binary | 100110 | 11001111 | 10110100 | 1010010 | 0 | 1101 | 10011 | 10101010 | 1000101 | 110000 |
Color Harmonies of #26CFB4
Complementary color
Monochromatic Colors of #26CFB4
Black with #26CFB4
Text Example
Text Example
White with #26CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CFB4; }
p { color: rgb(38,207,180); }
H1.HeaderClassName
{
color: #26CFB4;
}
.AnyTagClassName
{
color: #26CFB4;
}
</style>
background-color css
<style>
a { background-color: #26CFB4; }
a { background-color: rgb(38,207,180); }
div.DivClassName
{
background-color: #26CFB4;
}
.BgClassName
{
background-color: #26CFB4;
}
</style>
border-color css
<style>
span { border-color: #26CFB4; }
span { border-color: rgb(38,207,180); }
td.TdClassName
{
border-color: #26CFB4;
}
.TagClassName
{
border-color: #26CFB4;
}
</style>