#027576

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

Shades of Surfie Green #027576

Tints of Surfie Green #027576

Color information

#027576 (or 0x027576) is unknown color: approx Surfie Green. HEX triplet: 02, 75 and 76. RGB value is (2,117,118). Sum of RGB (Red+Green+Blue) = 2+117+118=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #027576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027576 is #FD8A89. Grayscale: #525252. Windows color (decimal): -16616074 or 7763202. OLE color: 7763202.

HSL color Cylindrical-coordinate representation of color #027576: hue angle of 180.52º 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 #027576 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2117118-
CMYK0.980.0100.54
HSL180.52º96.67%23.53%-
HSV(B)180.52º98.31%46.27%-
XYZ9.6614.0419.34-
YUV82.73147.970.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=0.84%
G=49.37%
B=49.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21171180.980.0100.54180.5296.6723.53
Hex27576621036b56118
Octal2165166142106626514130
Binary101110101111011011000101011011010110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027576; }

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

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

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

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

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

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

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

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