#027C76

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

Shades of Surfie Green #027C76

Tints of Surfie Green #027C76

Color information

#027C76 (or 0x027C76) is unknown color: approx Surfie Green. HEX triplet: 02, 7C and 76. RGB value is (2,124,118). Sum of RGB (Red+Green+Blue) = 2+124+118=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #027C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C76 is #FD8389. Grayscale: #565656. Windows color (decimal): -16614282 or 7764994. OLE color: 7764994.

HSL color Cylindrical-coordinate representation of color #027C76: hue angle of 177.05º 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 #027C76 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB2124118-
CMYK0.9800.050.51
HSL177.05º96.83%24.71%-
HSV(B)177.05º98.39%48.63%-
XYZ10.515.7419.62-
YUV86.84145.5867.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 124 (48.83% from 255) = 50.82%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=0.82%
G=50.82%
B=48.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21241180.9800.050.51177.0596.8324.71
Hex27C76620533b16119
Octal2174166142056326114131
Binary10111110011101101100010010111001110110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027C76; }

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

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

<style>
 a { background-color: #027C76; }

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

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

<style>
 span { border-color: #027C76; }

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

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