Html Css Color HEX #006B53 Watercourse

📋 copy color: '#006B53'

red 0 ◦ green 107 ◦ blue 83

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

Shades of Watercourse #006B53

Tints of Watercourse #006B53

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 107 (42.19% from 255) = 56.32%

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 0%
G = 56.32%
B = 43.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#006B53 (or 0x006B53) is known color: Watercourse. HEX triplet: 00, 6B and 53. RGB value is (0,107,83). Sum of RGB (Red+Green+Blue) = 0+107+83=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #006B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B53 is #FF94AC. Grayscale: #484848. Windows color (decimal): -16749741 or 5466880. OLE color: 5466880.

HSL color Cylindrical-coordinate representation of color #006B53: hue angle of 166.54º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B53 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 107 83 -
CMYK 1 0 0.22 0.58
HSL 166.54º 1% 0.21% -
HSV(B) 166.54º 1% 0.42% -
XYZ 6.82 11.14 9.97 -
YUV 72.27 134.05 76.45 -
System Red Green Blue C M Y K H S L
Decimal 0 107 83 1 0 0.22 0.58 166.54 1 0.21
Hex 0 6B 53 64 0 16 3A A7 64 15
Octal 0 153 123 144 0 26 72 247 144 25
Binary 0 1101011 1010011 1100100 0 10110 111010 10100111 1100100 10101

Color Harmonies of #006B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B53

Black with #006B53

Text Example


Text Example

White with #006B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006B53; }

 p { color: rgb(0,107,83); }

 H1.HeaderClassName
 {
   color: #006B53;
 }
 .AnyTagClassName
 {
   color: #006B53;
 }
</style>

background-color css

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

 a { background-color: rgb(0,107,83); }

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

border-color css

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

 span { border-color: rgb(0,107,83); }

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