#026F76

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

Shades of Surfie Green #026F76

Tints of Surfie Green #026F76

Color information

#026F76 (or 0x026F76) is unknown color: approx Surfie Green. HEX triplet: 02, 6F and 76. RGB value is (2,111,118). Sum of RGB (Red+Green+Blue) = 2+111+118=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #026F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F76 is #FD9089. Grayscale: #4F4F4F. Windows color (decimal): -16617610 or 7761666. OLE color: 7761666.

HSL color Cylindrical-coordinate representation of color #026F76: hue angle of 183.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026F76 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2111118-
CMYK0.980.0600.54
HSL183.62º96.67%23.53%-
HSV(B)183.62º98.31%46.27%-
XYZ8.9812.6919.12-
YUV79.21149.8972.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=0.87%
G=48.05%
B=51.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21111180.980.0600.54183.6296.6723.53
Hex26F76626036b86118
Octal2157166142606627014130
Binary10110111111101101100010110011011010111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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