#026C52

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

Shades of Watercourse #026C52

Tints of Watercourse #026C52

Color information

#026C52 (or 0x026C52) is unknown color: approx Watercourse. HEX triplet: 02, 6C and 52. RGB value is (2,108,82). Sum of RGB (Red+Green+Blue) = 2+108+82=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #026C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C52 is #FD93AD. Grayscale: #494949. Windows color (decimal): -16618414 or 5401602. OLE color: 5401602.

HSL color Cylindrical-coordinate representation of color #026C52: hue angle of 165.28º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026C52 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB210882-
CMYK0.9800.240.58
HSL165.28º96.36%21.57%-
HSV(B)165.28º98.15%42.35%-
XYZ6.9111.359.81-
YUV73.34132.8877.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=1.04%
G=56.25%
B=42.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2108820.9800.240.58165.2896.3621.57
Hex26C52620183Aa56016
Octal21541221420307224514026
Binary1011011001010010110001001100011101010100101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026C52; }

 p { color: rgb(2,108,82); }

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

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

 a { background-color: rgb(2,108,82); }

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

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

 span { border-color: rgb(2,108,82); }

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