Shades of Surfie Green #00727E
Tints of Surfie Green #00727E
RGB
CMYK
RGB Variations
Color information
#00727E (or 0x00727E) is known color: Surfie Green. HEX triplet: 00, 72 and 7E. RGB value is (0,114,126). Sum of RGB (Red+Green+Blue) = 0+114+126=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #00727E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00727E is #FF8D81. Grayscale: #515151. Windows color (decimal): -16747906 or 8286720. OLE color: 8286720.
HSL color Cylindrical-coordinate representation of color #00727E: hue angle of 185.71º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00727E is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 114 | 126 | - |
| CMYK | 1 | 0.10 | 0 | 0.51 |
| HSL | 185.71º | 1% | 0.25% | - |
| HSV(B) | 185.71º | 1% | 0.49% | - |
| XYZ | 9.78 | 13.54 | 21.84 | - |
| YUV | 81.28 | 153.23 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 126 | 1 | 0.10 | 0 | 0.51 | 185.71 | 1 | 0.25 |
| Hex | 0 | 72 | 7E | 64 | A | 0 | 33 | BA | 64 | 19 |
| Octal | 0 | 162 | 176 | 144 | 12 | 0 | 63 | 272 | 144 | 31 |
| Binary | 0 | 1110010 | 1111110 | 1100100 | 1010 | 0 | 110011 | 10111010 | 1100100 | 11001 |
Color Harmonies of #00727E
Complementary color
Monochromatic Colors of #00727E
Black with #00727E
Text Example
Text Example
White with #00727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00727E; }
p { color: rgb(0,114,126); }
H1.HeaderClassName
{
color: #00727E;
}
.AnyTagClassName
{
color: #00727E;
}
</style>
background-color css
<style>
a { background-color: #00727E; }
a { background-color: rgb(0,114,126); }
div.DivClassName
{
background-color: #00727E;
}
.BgClassName
{
background-color: #00727E;
}
</style>
border-color css
<style>
span { border-color: #00727E; }
span { border-color: rgb(0,114,126); }
td.TdClassName
{
border-color: #00727E;
}
.TagClassName
{
border-color: #00727E;
}
</style>