Shades of Surfie Green #127B7C
Tints of Surfie Green #127B7C
RGB
CMYK
RGB Variations
Color information
#127B7C (or 0x127B7C) is known color: Surfie Green. HEX triplet: 12, 7B and 7C. RGB value is (18,123,124). Sum of RGB (Red+Green+Blue) = 18+123+124=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #127B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B7C is #ED8483. Grayscale: #5B5B5B. Windows color (decimal): -15565956 or 8157970. OLE color: 8157970.
HSL color Cylindrical-coordinate representation of color #127B7C: hue angle of 180.57º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B7C is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 123 | 124 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.51 |
| HSL | 180.57º | 0.75% | 0.28% | - |
| HSV(B) | 180.57º | 0.85% | 0.49% | - |
| XYZ | 10.97 | 15.75 | 21.53 | - |
| YUV | 91.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 124 | 0.85 | 0.01 | 0 | 0.51 | 180.57 | 0.75 | 0.28 |
| Hex | 12 | 7B | 7C | 55 | 1 | 0 | 33 | B5 | 4B | 1C |
| Octal | 22 | 173 | 174 | 125 | 1 | 0 | 63 | 265 | 113 | 34 |
| Binary | 10010 | 1111011 | 1111100 | 1010101 | 1 | 0 | 110011 | 10110101 | 1001011 | 11100 |
Color Harmonies of #127B7C
Complementary color
Monochromatic Colors of #127B7C
Black with #127B7C
Text Example
Text Example
White with #127B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B7C; }
p { color: rgb(18,123,124); }
H1.HeaderClassName
{
color: #127B7C;
}
.AnyTagClassName
{
color: #127B7C;
}
</style>
background-color css
<style>
a { background-color: #127B7C; }
a { background-color: rgb(18,123,124); }
div.DivClassName
{
background-color: #127B7C;
}
.BgClassName
{
background-color: #127B7C;
}
</style>
border-color css
<style>
span { border-color: #127B7C; }
span { border-color: rgb(18,123,124); }
td.TdClassName
{
border-color: #127B7C;
}
.TagClassName
{
border-color: #127B7C;
}
</style>