Html Css Color HEX #026A55 Watercourse

📋 copy color: '#026A55'

red 2 ◦ green 106 ◦ blue 85

#026A55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #026A55

Tints of Watercourse #026A55

RGB

 RED value IS 2 (1.17% from 255) = 1.04%

 GREEN value IS 106 (41.8% from 255) = 54.92%

 BLUE value IS 85 (33.59% from 255) = 44.04%

R = 1.04%
G = 54.92%
B = 44.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#026A55 (or 0x026A55) is known color: Watercourse. HEX triplet: 02, 6A and 55. RGB value is (2,106,85). Sum of RGB (Red+Green+Blue) = 2+106+85=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #026A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A55 is #FD95AA. Grayscale: #484848. Windows color (decimal): -16618923 or 5597698. OLE color: 5597698.

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

Color convert

RGB 2 106 85 -
CMYK 0.98 0 0.20 0.58
HSL 167.88º 0.96% 0.21% -
HSV(B) 167.88º 0.98% 0.42% -
XYZ 6.82 10.98 10.35 -
YUV 72.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 2 106 85 0.98 0 0.20 0.58 167.88 0.96 0.21
Hex 2 6A 55 62 0 14 3A A8 60 15
Octal 2 152 125 142 0 24 72 250 140 25
Binary 10 1101010 1010101 1100010 0 10100 111010 10101000 1100000 10101

Color Harmonies of #026A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A55

Black with #026A55

Text Example


Text Example

White with #026A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,106,85); }

 H1.HeaderClassName
 {
   color: #026A55;
 }
 .AnyTagClassName
 {
   color: #026A55;
 }
</style>

background-color css

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

 a { background-color: rgb(2,106,85); }

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

border-color css

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

 span { border-color: rgb(2,106,85); }

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