#027156

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

Shades of Watercourse #027156

Tints of Watercourse #027156

Color information

#027156 (or 0x027156) is unknown color: approx Watercourse. HEX triplet: 02, 71 and 56. RGB value is (2,113,86). Sum of RGB (Red+Green+Blue) = 2+113+86=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #027156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027156 is #FD8EA9. Grayscale: #4C4C4C. Windows color (decimal): -16617130 or 5665026. OLE color: 5665026.

HSL color Cylindrical-coordinate representation of color #027156: hue angle of 165.41º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027156 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB211386-
CMYK0.9800.240.56
HSL165.41º96.52%22.55%-
HSV(B)165.41º98.23%44.31%-
XYZ7.6112.510.81-
YUV76.73133.2374.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=1.00%
G=56.22%
B=42.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113860.9800.240.56165.4196.5222.55
Hex271566201838a56117
Octal21611261420307024514127
Binary1011100011010110110001001100011100010100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027156; }

 p { color: rgb(2,113,86); }

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

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

 a { background-color: rgb(2,113,86); }

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

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

 span { border-color: rgb(2,113,86); }

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