Html Css Color HEX #0D6C51 Watercourse

📋 copy color: '#0D6C51'

red 13 ◦ green 108 ◦ blue 81

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

Shades of Watercourse #0D6C51

Tints of Watercourse #0D6C51

RGB

 RED value IS 13 (5.47% from 255) = 6.44%

 GREEN value IS 108 (42.58% from 255) = 53.47%

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

R = 6.44%
G = 53.47%
B = 40.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#0D6C51 (or 0x0D6C51) is known color: Watercourse. HEX triplet: 0D, 6C and 51. RGB value is (13,108,81). Sum of RGB (Red+Green+Blue) = 13+108+81=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6C51 is #F293AE. Grayscale: #4C4C4C. Windows color (decimal): -15897519 or 5336077. OLE color: 5336077.

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

Color convert

RGB 13 108 81 -
CMYK 0.88 0 0.25 0.58
HSL 162.95º 0.79% 0.24% -
HSV(B) 162.95º 0.88% 0.42% -
XYZ 7.01 11.4 9.62 -
YUV 76.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 13 108 81 0.88 0 0.25 0.58 162.95 0.79 0.24
Hex D 6C 51 58 0 19 3A A3 4F 18
Octal 15 154 121 130 0 31 72 243 117 30
Binary 1101 1101100 1010001 1011000 0 11001 111010 10100011 1001111 11000

Color Harmonies of #0D6C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6C51

Black with #0D6C51

Text Example


Text Example

White with #0D6C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,108,81); }

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

background-color css

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

 a { background-color: rgb(13,108,81); }

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

border-color css

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

 span { border-color: rgb(13,108,81); }

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