#027076

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

Shades of Surfie Green #027076

Tints of Surfie Green #027076

Color information

#027076 (or 0x027076) is unknown color: approx Surfie Green. HEX triplet: 02, 70 and 76. RGB value is (2,112,118). Sum of RGB (Red+Green+Blue) = 2+112+118=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #027076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027076 is #FD8F89. Grayscale: #4F4F4F. Windows color (decimal): -16617354 or 7761922. OLE color: 7761922.

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

Color convert

RGB2112118-
CMYK0.980.0500.54
HSL183.1º96.67%23.53%-
HSV(B)183.1º98.31%46.27%-
XYZ9.0912.9119.15-
YUV79.79149.5672.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=0.86%
G=48.28%
B=50.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21121180.980.0500.54183.196.6723.53
Hex27076625036b76118
Octal2160166142506626714130
Binary10111000011101101100010101011011010110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027076; }

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

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

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

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

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

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

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

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