#026752

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

Shades of Watercourse #026752

Tints of Watercourse #026752

Color information

#026752 (or 0x026752) is unknown color: approx Watercourse. HEX triplet: 02, 67 and 52. RGB value is (2,103,82). Sum of RGB (Red+Green+Blue) = 2+103+82=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #026752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026752 is #FD98AD. Grayscale: #464646. Windows color (decimal): -16619694 or 5400322. OLE color: 5400322.

HSL color Cylindrical-coordinate representation of color #026752: hue angle of 167.52º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026752 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB210382-
CMYK0.9800.200.60
HSL167.52º96.19%20.59%-
HSV(B)167.52º98.06%40.39%-
XYZ6.410.329.64-
YUV70.41134.5479.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 103 (40.62% from 255) = 55.08%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=1.07%
G=55.08%
B=43.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2103820.9800.200.60167.5296.1920.59
Hex26752620143Ca86015
Octal21471221420247425014025
Binary1011001111010010110001001010011110010101000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026752; }

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

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

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

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

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

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

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

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