#026F73

Color #026F73 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #026F73

Tints of Surfie Green #026F73

Color information

#026F73 (or 0x026F73) is unknown color: approx Surfie Green. HEX triplet: 02, 6F and 73. RGB value is (2,111,115). Sum of RGB (Red+Green+Blue) = 2+111+115=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #026F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F73 is #FD908C. Grayscale: #4E4E4E. Windows color (decimal): -16617613 or 7565058. OLE color: 7565058.

HSL color Cylindrical-coordinate representation of color #026F73: hue angle of 182.12º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026F73 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2111115-
CMYK0.980.0300.55
HSL182.12º96.58%22.94%-
HSV(B)182.12º98.26%45.1%-
XYZ8.812.6218.19-
YUV78.86148.3973.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 111 (43.75% from 255) = 48.68%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=0.88%
G=48.68%
B=50.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21111150.980.0300.55182.1296.5822.94
Hex26F73623037b66117
Octal2157163142306726614127
Binary1011011111110011110001011011011110110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026F73; }

 p { color: rgb(2,111,115); }

 H1.HeaderClassName
 {
   color: #026F73;
 }
 .AnyTagClassName
 {
   color: #026F73;
 }
</style>
background-color css

<style>
 a { background-color: #026F73; }

 a { background-color: rgb(2,111,115); }

 div.DivClassName
 {
   background-color: #026F73;
 }
 .BgClassName
 {
   background-color: #026F73;
 }
</style>
border-color css

<style>
 span { border-color: #026F73; }

 span { border-color: rgb(2,111,115); }

 td.TdClassName
 {
   border-color: #026F73;
 }
 .TagClassName
 {
   border-color: #026F73;
 }
</style>