Html Css Color HEX #0C6151 Watercourse

📋 copy color: '#0C6151'

red 12 ◦ green 97 ◦ blue 81

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

Shades of Watercourse #0C6151

Tints of Watercourse #0C6151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.05%

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

R = 6.32%
G = 51.05%
B = 42.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#0C6151 (or 0x0C6151) is known color: Watercourse. HEX triplet: 0C, 61 and 51. RGB value is (12,97,81). Sum of RGB (Red+Green+Blue) = 12+97+81=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6151 is #F39EAE. Grayscale: #454545. Windows color (decimal): -15965871 or 5333260. OLE color: 5333260.

HSL color Cylindrical-coordinate representation of color #0C6151: hue angle of 168.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6151 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 81 -
CMYK 0.88 0 0.16 0.62
HSL 168.71º 0.78% 0.21% -
HSV(B) 168.71º 0.88% 0.38% -
XYZ 5.91 9.22 9.25 -
YUV 69.76 134.34 86.8 -
System Red Green Blue C M Y K H S L
Decimal 12 97 81 0.88 0 0.16 0.62 168.71 0.78 0.21
Hex C 61 51 58 0 10 3E A9 4E 15
Octal 14 141 121 130 0 20 76 251 116 25
Binary 1100 1100001 1010001 1011000 0 10000 111110 10101001 1001110 10101

Color Harmonies of #0C6151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6151

Black with #0C6151

Text Example


Text Example

White with #0C6151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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