Html Css Color HEX #0C6B50 Watercourse

📋 copy color: '#0C6B50'

red 12 ◦ green 107 ◦ blue 80

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

Shades of Watercourse #0C6B50

Tints of Watercourse #0C6B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40.2%

R = 6.03%
G = 53.77%
B = 40.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#0C6B50 (or 0x0C6B50) is known color: Watercourse. HEX triplet: 0C, 6B and 50. RGB value is (12,107,80). Sum of RGB (Red+Green+Blue) = 12+107+80=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B50 is #F394AF. Grayscale: #4B4B4B. Windows color (decimal): -15963312 or 5270284. OLE color: 5270284.

HSL color Cylindrical-coordinate representation of color #0C6B50: hue angle of 162.95º 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 #0C6B50 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 107 80 -
CMYK 0.89 0 0.25 0.58
HSL 162.95º 0.8% 0.23% -
HSV(B) 162.95º 0.89% 0.42% -
XYZ 6.86 11.17 9.38 -
YUV 75.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 12 107 80 0.89 0 0.25 0.58 162.95 0.8 0.23
Hex C 6B 50 59 0 19 3A A3 50 17
Octal 14 153 120 131 0 31 72 243 120 27
Binary 1100 1101011 1010000 1011001 0 11001 111010 10100011 1010000 10111

Color Harmonies of #0C6B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B50

Black with #0C6B50

Text Example


Text Example

White with #0C6B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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