#027C53

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

Shades of Watercourse #027C53

Tints of Watercourse #027C53

Color information

#027C53 (or 0x027C53) is unknown color: approx Watercourse. HEX triplet: 02, 7C and 53. RGB value is (2,124,83). Sum of RGB (Red+Green+Blue) = 2+124+83=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 124 (48.83% from 255 or 59.33% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 124 - color contains mainly: green. Hex color #027C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C53 is #FD83AC. Grayscale: #525252. Windows color (decimal): -16614317 or 5471234. OLE color: 5471234.

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

Color convert

RGB212483-
CMYK0.9800.330.51
HSL159.84º96.83%24.71%-
HSV(B)159.84º98.39%48.63%-
XYZ8.7915.0510.63-
YUV82.85128.0870.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 124 (48.83% from 255) = 59.33%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=0.96%
G=59.33%
B=39.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124830.9800.330.51159.8496.8324.71
Hex27C536202133a06119
Octal21741231420416324014131
Binary10111110010100111100010010000111001110100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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