Shades of Surfie Green #05737B
Tints of Surfie Green #05737B
RGB
CMYK
RGB Variations
Color information
#05737B (or 0x05737B) is known color: Surfie Green. HEX triplet: 05, 73 and 7B. RGB value is (5,115,123). Sum of RGB (Red+Green+Blue) = 5+115+123=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #05737B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05737B is #FA8C84. Grayscale: #525252. Windows color (decimal): -16419973 or 8090373. OLE color: 8090373.
HSL color Cylindrical-coordinate representation of color #05737B: hue angle of 184.07º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05737B is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 115 | 123 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.52 |
| HSL | 184.07º | 0.92% | 0.25% | - |
| HSV(B) | 184.07º | 0.96% | 0.48% | - |
| XYZ | 9.77 | 13.72 | 20.87 | - |
| YUV | 83.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 123 | 0.96 | 0.07 | 0 | 0.52 | 184.07 | 0.92 | 0.25 |
| Hex | 5 | 73 | 7B | 60 | 7 | 0 | 34 | B8 | 5C | 19 |
| Octal | 5 | 163 | 173 | 140 | 7 | 0 | 64 | 270 | 134 | 31 |
| Binary | 101 | 1110011 | 1111011 | 1100000 | 111 | 0 | 110100 | 10111000 | 1011100 | 11001 |
Color Harmonies of #05737B
Complementary color
Monochromatic Colors of #05737B
Black with #05737B
Text Example
Text Example
White with #05737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05737B; }
p { color: rgb(5,115,123); }
H1.HeaderClassName
{
color: #05737B;
}
.AnyTagClassName
{
color: #05737B;
}
</style>
background-color css
<style>
a { background-color: #05737B; }
a { background-color: rgb(5,115,123); }
div.DivClassName
{
background-color: #05737B;
}
.BgClassName
{
background-color: #05737B;
}
</style>
border-color css
<style>
span { border-color: #05737B; }
span { border-color: rgb(5,115,123); }
td.TdClassName
{
border-color: #05737B;
}
.TagClassName
{
border-color: #05737B;
}
</style>