#027753

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

Shades of Watercourse #027753

Tints of Watercourse #027753

Color information

#027753 (or 0x027753) is unknown color: approx Watercourse. HEX triplet: 02, 77 and 53. RGB value is (2,119,83). Sum of RGB (Red+Green+Blue) = 2+119+83=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #027753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027753 is #FD88AC. Grayscale: #4F4F4F. Windows color (decimal): -16615597 or 5469954. OLE color: 5469954.

HSL color Cylindrical-coordinate representation of color #027753: hue angle of 161.54º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027753 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB211983-
CMYK0.9800.300.53
HSL161.54º96.69%23.73%-
HSV(B)161.54º98.32%46.67%-
XYZ8.1813.8310.42-
YUV79.91129.7472.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=0.98%
G=58.33%
B=40.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119830.9800.300.53161.5496.6923.73
Hex277536201E35a26118
Octal21671231420366524214130
Binary1011101111010011110001001111011010110100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027753; }

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

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

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

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

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

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

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

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