#026F52

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

Shades of Watercourse #026F52

Tints of Watercourse #026F52

Color information

#026F52 (or 0x026F52) is unknown color: approx Watercourse. HEX triplet: 02, 6F and 52. RGB value is (2,111,82). Sum of RGB (Red+Green+Blue) = 2+111+82=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #026F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F52 is #FD90AD. Grayscale: #4B4B4B. Windows color (decimal): -16617646 or 5402370. OLE color: 5402370.

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

Color convert

RGB211182-
CMYK0.9800.260.56
HSL164.04º96.46%22.16%-
HSV(B)164.04º98.2%43.53%-
XYZ7.2311.999.92-
YUV75.1131.8975.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 111 (43.75% from 255) = 56.92%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=1.03%
G=56.92%
B=42.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111820.9800.260.56164.0496.4622.16
Hex26F526201A38a46016
Octal21571221420327024414026
Binary1011011111010010110001001101011100010100100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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