#027153

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

Shades of Watercourse #027153

Tints of Watercourse #027153

Color information

#027153 (or 0x027153) is unknown color: approx Watercourse. HEX triplet: 02, 71 and 53. RGB value is (2,113,83). Sum of RGB (Red+Green+Blue) = 2+113+83=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #027153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027153 is #FD8EAC. Grayscale: #4C4C4C. Windows color (decimal): -16617133 or 5468418. OLE color: 5468418.

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

Color convert

RGB211383-
CMYK0.9800.270.56
HSL163.78º96.52%22.55%-
HSV(B)163.78º98.23%44.31%-
XYZ7.4912.4510.19-
YUV76.39131.7374.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 113 (44.53% from 255) = 57.07%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=1.01%
G=57.07%
B=41.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113830.9800.270.56163.7896.5222.55
Hex271536201B38a46117
Octal21611231420337024414127
Binary1011100011010011110001001101111100010100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027153; }

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

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

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

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

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

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

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

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