Html Css Color HEX #02684C Watercourse

📋 copy color: '#02684C'

red 2 ◦ green 104 ◦ blue 76

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

Shades of Watercourse #02684C

Tints of Watercourse #02684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.14%

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 1.1%
G = 57.14%
B = 41.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#02684C (or 0x02684C) is known color: Watercourse. HEX triplet: 02, 68 and 4C. RGB value is (2,104,76). Sum of RGB (Red+Green+Blue) = 2+104+76=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #02684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02684C is #FD97B3. Grayscale: #464646. Windows color (decimal): -16619444 or 5007362. OLE color: 5007362.

HSL color Cylindrical-coordinate representation of color #02684C: hue angle of 163.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02684C is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 104 76 -
CMYK 0.98 0 0.27 0.59
HSL 163.53º 0.96% 0.21% -
HSV(B) 163.53º 0.98% 0.41% -
XYZ 6.28 10.44 8.52 -
YUV 70.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 2 104 76 0.98 0 0.27 0.59 163.53 0.96 0.21
Hex 2 68 4C 62 0 1B 3B A4 60 15
Octal 2 150 114 142 0 33 73 244 140 25
Binary 10 1101000 1001100 1100010 0 11011 111011 10100100 1100000 10101

Color Harmonies of #02684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02684C

Black with #02684C

Text Example


Text Example

White with #02684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02684C; }

 p { color: rgb(2,104,76); }

 H1.HeaderClassName
 {
   color: #02684C;
 }
 .AnyTagClassName
 {
   color: #02684C;
 }
</style>

background-color css

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

 a { background-color: rgb(2,104,76); }

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

border-color css

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

 span { border-color: rgb(2,104,76); }

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