#027A76

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

Shades of Surfie Green #027A76

Tints of Surfie Green #027A76

Color information

#027A76 (or 0x027A76) is unknown color: approx Surfie Green. HEX triplet: 02, 7A and 76. RGB value is (2,122,118). Sum of RGB (Red+Green+Blue) = 2+122+118=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #027A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A76 is #FD8589. Grayscale: #555555. Windows color (decimal): -16614794 or 7764482. OLE color: 7764482.

HSL color Cylindrical-coordinate representation of color #027A76: hue angle of 178º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A76 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB2122118-
CMYK0.9800.030.52
HSL178º96.77%24.31%-
HSV(B)178º98.36%47.84%-
XYZ10.2515.2419.54-
YUV85.66146.2468.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 122 (48.05% from 255) = 50.41%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=0.83%
G=50.41%
B=48.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21221180.9800.030.5217896.7724.31
Hex27A76620334b26118
Octal2172166142036426214130
Binary1011110101110110110001001111010010110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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