Shades of Surfie Green #02757D
Tints of Surfie Green #02757D
RGB
CMYK
RGB Variations
Color information
#02757D (or 0x02757D) is known color: Surfie Green. HEX triplet: 02, 75 and 7D. RGB value is (2,117,125). Sum of RGB (Red+Green+Blue) = 2+117+125=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #02757D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02757D is #FD8A82. Grayscale: #535353. Windows color (decimal): -16616067 or 8221954. OLE color: 8221954.
HSL color Cylindrical-coordinate representation of color #02757D: hue angle of 183.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02757D is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 117 | 125 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.51 |
| HSL | 183.9º | 0.97% | 0.25% | - |
| HSV(B) | 183.9º | 0.98% | 0.49% | - |
| XYZ | 10.09 | 14.22 | 21.61 | - |
| YUV | 83.53 | 151.4 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 125 | 0.98 | 0.06 | 0 | 0.51 | 183.9 | 0.97 | 0.25 |
| Hex | 2 | 75 | 7D | 62 | 6 | 0 | 33 | B8 | 61 | 19 |
| Octal | 2 | 165 | 175 | 142 | 6 | 0 | 63 | 270 | 141 | 31 |
| Binary | 10 | 1110101 | 1111101 | 1100010 | 110 | 0 | 110011 | 10111000 | 1100001 | 11001 |
Color Harmonies of #02757D
Complementary color
Monochromatic Colors of #02757D
Black with #02757D
Text Example
Text Example
White with #02757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02757D; }
p { color: rgb(2,117,125); }
H1.HeaderClassName
{
color: #02757D;
}
.AnyTagClassName
{
color: #02757D;
}
</style>
background-color css
<style>
a { background-color: #02757D; }
a { background-color: rgb(2,117,125); }
div.DivClassName
{
background-color: #02757D;
}
.BgClassName
{
background-color: #02757D;
}
</style>
border-color css
<style>
span { border-color: #02757D; }
span { border-color: rgb(2,117,125); }
td.TdClassName
{
border-color: #02757D;
}
.TagClassName
{
border-color: #02757D;
}
</style>