Shades of Sea Green #1A975B
Tints of Sea Green #1A975B
RGB
CMYK
RGB Variations
Color information
#1A975B (or 0x1A975B) is known color: Sea Green. HEX triplet: 1A, 97 and 5B. RGB value is (26,151,91). Sum of RGB (Red+Green+Blue) = 26+151+91=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #1A975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A975B is #E568A4. Grayscale: #6A6A6A. Windows color (decimal): -15034533 or 6002458. OLE color: 6002458.
HSL color Cylindrical-coordinate representation of color #1A975B: hue angle of 151.2º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A975B is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 151 | 91 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.41 |
| HSL | 151.2º | 0.71% | 0.35% | - |
| HSV(B) | 151.2º | 0.83% | 0.59% | - |
| XYZ | 13.38 | 23.11 | 13.65 | - |
| YUV | 106.79 | 119.09 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 151 | 91 | 0.83 | 0 | 0.40 | 0.41 | 151.2 | 0.71 | 0.35 |
| Hex | 1A | 97 | 5B | 53 | 0 | 28 | 29 | 97 | 47 | 23 |
| Octal | 32 | 227 | 133 | 123 | 0 | 50 | 51 | 227 | 107 | 43 |
| Binary | 11010 | 10010111 | 1011011 | 1010011 | 0 | 101000 | 101001 | 10010111 | 1000111 | 100011 |
Color Harmonies of #1A975B
Complementary color
Monochromatic Colors of #1A975B
Black with #1A975B
Text Example
Text Example
White with #1A975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A975B; }
p { color: rgb(26,151,91); }
H1.HeaderClassName
{
color: #1A975B;
}
.AnyTagClassName
{
color: #1A975B;
}
</style>
background-color css
<style>
a { background-color: #1A975B; }
a { background-color: rgb(26,151,91); }
div.DivClassName
{
background-color: #1A975B;
}
.BgClassName
{
background-color: #1A975B;
}
</style>
border-color css
<style>
span { border-color: #1A975B; }
span { border-color: rgb(26,151,91); }
td.TdClassName
{
border-color: #1A975B;
}
.TagClassName
{
border-color: #1A975B;
}
</style>