#027C54

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

Shades of Watercourse #027C54

Tints of Watercourse #027C54

Color information

#027C54 (or 0x027C54) is unknown color: approx Watercourse. HEX triplet: 02, 7C and 54. RGB value is (2,124,84). Sum of RGB (Red+Green+Blue) = 2+124+84=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #027C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C54 is #FD83AB. Grayscale: #525252. Windows color (decimal): -16614316 or 5536770. OLE color: 5536770.

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

Color convert

RGB212484-
CMYK0.9800.320.51
HSL160.33º96.83%24.71%-
HSV(B)160.33º98.39%48.63%-
XYZ8.8315.0710.83-
YUV82.96128.5870.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 124 (48.83% from 255) = 59.05%
BLUE value IS 84 (33.20% from 255) = 40%
R=0.95%
G=59.05%
B=40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124840.9800.320.51160.3396.8324.71
Hex27C546202033a06119
Octal21741241420406324014131
Binary10111110010101001100010010000011001110100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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