#02654E

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

Shades of Watercourse #02654E

Tints of Watercourse #02654E

Color information

#02654E (or 0x02654E) is unknown color: approx Watercourse. HEX triplet: 02, 65 and 4E. RGB value is (2,101,78). Sum of RGB (Red+Green+Blue) = 2+101+78=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #02654E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02654E is #FD9AB1. Grayscale: #444444. Windows color (decimal): -16620210 or 5137666. OLE color: 5137666.

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

Color convert

RGB210178-
CMYK0.9800.230.60
HSL166.06º96.12%20.2%-
HSV(B)166.06º98.02%39.61%-
XYZ6.059.878.79-
YUV68.78133.280.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 101 (39.84% from 255) = 55.80%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=1.10%
G=55.80%
B=43.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101780.9800.230.60166.0696.1220.2
Hex2654E620173Ca66014
Octal21451161420277424614024
Binary1011001011001110110001001011111110010100110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02654E; }

 p { color: rgb(2,101,78); }

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

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

 a { background-color: rgb(2,101,78); }

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

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

 span { border-color: rgb(2,101,78); }

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