Html Css Color HEX #0C6B51 Watercourse

📋 copy color: '#0C6B51'

red 12 ◦ green 107 ◦ blue 81

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

Shades of Watercourse #0C6B51

Tints of Watercourse #0C6B51

RGB

 RED value IS 12 (5.08% from 255) = 6%

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

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 6%
G = 53.5%
B = 40.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#0C6B51 (or 0x0C6B51) is known color: Watercourse. HEX triplet: 0C, 6B and 51. RGB value is (12,107,81). Sum of RGB (Red+Green+Blue) = 12+107+81=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B51 is #F394AE. Grayscale: #4B4B4B. Windows color (decimal): -15963311 or 5335820. OLE color: 5335820.

HSL color Cylindrical-coordinate representation of color #0C6B51: hue angle of 163.58º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6B51 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 107 81 -
CMYK 0.89 0 0.24 0.58
HSL 163.58º 0.8% 0.23% -
HSV(B) 163.58º 0.89% 0.42% -
XYZ 6.89 11.19 9.58 -
YUV 75.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 12 107 81 0.89 0 0.24 0.58 163.58 0.8 0.23
Hex C 6B 51 59 0 18 3A A4 50 17
Octal 14 153 121 131 0 30 72 244 120 27
Binary 1100 1101011 1010001 1011001 0 11000 111010 10100100 1010000 10111

Color Harmonies of #0C6B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B51

Black with #0C6B51

Text Example


Text Example

White with #0C6B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C6B51; }

 p { color: rgb(12,107,81); }

 H1.HeaderClassName
 {
   color: #0C6B51;
 }
 .AnyTagClassName
 {
   color: #0C6B51;
 }
</style>

background-color css

<style>
 a { background-color: #0C6B51; }

 a { background-color: rgb(12,107,81); }

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

border-color css

<style>
 span { border-color: #0C6B51; }

 span { border-color: rgb(12,107,81); }

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