#027550

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

Shades of Watercourse #027550

Tints of Watercourse #027550

Color information

#027550 (or 0x027550) is unknown color: approx Watercourse. HEX triplet: 02, 75 and 50. RGB value is (2,117,80). Sum of RGB (Red+Green+Blue) = 2+117+80=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #027550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027550 is #FD8AAF. Grayscale: #4E4E4E. Windows color (decimal): -16616112 or 5272834. OLE color: 5272834.

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

Color convert

RGB211780-
CMYK0.9800.320.54
HSL160.7º96.64%23.33%-
HSV(B)160.7º98.29%45.88%-
XYZ7.8313.319.75-
YUV78.4128.973.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=1.01%
G=58.79%
B=40.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117800.9800.320.54160.796.6423.33
Hex275506202036a16117
Octal21651201420406624114127
Binary10111010110100001100010010000011011010100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027550; }

 p { color: rgb(2,117,80); }

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

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

 a { background-color: rgb(2,117,80); }

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

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

 span { border-color: rgb(2,117,80); }

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