#027655

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

Shades of Watercourse #027655

Tints of Watercourse #027655

Color information

#027655 (or 0x027655) is unknown color: approx Watercourse. HEX triplet: 02, 76 and 55. RGB value is (2,118,85). Sum of RGB (Red+Green+Blue) = 2+118+85=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #027655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027655 is #FD89AA. Grayscale: #4F4F4F. Windows color (decimal): -16615851 or 5600770. OLE color: 5600770.

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

Color convert

RGB211885-
CMYK0.9800.280.54
HSL162.93º96.67%23.53%-
HSV(B)162.93º98.31%46.27%-
XYZ8.1413.6310.8-
YUV79.55131.0772.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=0.98%
G=57.56%
B=41.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2118850.9800.280.54162.9396.6723.53
Hex276556201C36a36118
Octal21661251420346624314130
Binary1011101101010101110001001110011011010100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027655; }

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

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

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

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

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

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

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

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