Shades of Surfie Green #128277
Tints of Surfie Green #128277
RGB
CMYK
RGB Variations
Color information
#128277 (or 0x128277) is known color: Surfie Green. HEX triplet: 12, 82 and 77. RGB value is (18,130,119). Sum of RGB (Red+Green+Blue) = 18+130+119=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #128277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128277 is #ED7D88. Grayscale: #5F5F5F. Windows color (decimal): -15564169 or 7832082. OLE color: 7832082.
HSL color Cylindrical-coordinate representation of color #128277: hue angle of 174.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128277 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 119 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.49 |
| HSL | 174.11º | 0.76% | 0.29% | - |
| HSV(B) | 174.11º | 0.86% | 0.51% | - |
| XYZ | 11.56 | 17.43 | 20.21 | - |
| YUV | 95.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 119 | 0.86 | 0 | 0.08 | 0.49 | 174.11 | 0.76 | 0.29 |
| Hex | 12 | 82 | 77 | 56 | 0 | 8 | 31 | AE | 4C | 1D |
| Octal | 22 | 202 | 167 | 126 | 0 | 10 | 61 | 256 | 114 | 35 |
| Binary | 10010 | 10000010 | 1110111 | 1010110 | 0 | 1000 | 110001 | 10101110 | 1001100 | 11101 |
Color Harmonies of #128277
Complementary color
Monochromatic Colors of #128277
Black with #128277
Text Example
Text Example
White with #128277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128277; }
p { color: rgb(18,130,119); }
H1.HeaderClassName
{
color: #128277;
}
.AnyTagClassName
{
color: #128277;
}
</style>
background-color css
<style>
a { background-color: #128277; }
a { background-color: rgb(18,130,119); }
div.DivClassName
{
background-color: #128277;
}
.BgClassName
{
background-color: #128277;
}
</style>
border-color css
<style>
span { border-color: #128277; }
span { border-color: rgb(18,130,119); }
td.TdClassName
{
border-color: #128277;
}
.TagClassName
{
border-color: #128277;
}
</style>