#02654B

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

Shades of Watercourse #02654B

Tints of Watercourse #02654B

Color information

#02654B (or 0x02654B) is unknown color: approx Watercourse. HEX triplet: 02, 65 and 4B. RGB value is (2,101,75). Sum of RGB (Red+Green+Blue) = 2+101+75=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 101 (39.84% from 255 or 56.74% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 101 - color contains mainly: green. Hex color #02654B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02654B is #FD9AB4. Grayscale: #444444. Windows color (decimal): -16620213 or 4941058. OLE color: 4941058.

HSL color Cylindrical-coordinate representation of color #02654B: hue angle of 164.24º 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 #02654B is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB210175-
CMYK0.9800.260.60
HSL164.24º96.12%20.2%-
HSV(B)164.24º98.02%39.61%-
XYZ5.959.838.24-
YUV68.44131.780.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 101 (39.84% from 255) = 56.74%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=1.12%
G=56.74%
B=42.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101750.9800.260.60164.2496.1220.2
Hex2654B6201A3Ca46014
Octal21451131420327424414024
Binary1011001011001011110001001101011110010100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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