Html Css Color HEX #0F6C51 Watercourse

📋 copy color: '#0F6C51'

red 15 ◦ green 108 ◦ blue 81

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

Shades of Watercourse #0F6C51

Tints of Watercourse #0F6C51

RGB

 RED value IS 15 (6.25% from 255) = 7.35%

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

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

R = 7.35%
G = 52.94%
B = 39.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#0F6C51 (or 0x0F6C51) is known color: Watercourse. HEX triplet: 0F, 6C and 51. RGB value is (15,108,81). Sum of RGB (Red+Green+Blue) = 15+108+81=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C51 is #F093AE. Grayscale: #4D4D4D. Windows color (decimal): -15766447 or 5336079. OLE color: 5336079.

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

Color convert

RGB 15 108 81 -
CMYK 0.86 0 0.25 0.58
HSL 162.58º 0.76% 0.24% -
HSV(B) 162.58º 0.86% 0.42% -
XYZ 7.04 11.42 9.62 -
YUV 77.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 15 108 81 0.86 0 0.25 0.58 162.58 0.76 0.24
Hex F 6C 51 56 0 19 3A A3 4C 18
Octal 17 154 121 126 0 31 72 243 114 30
Binary 1111 1101100 1010001 1010110 0 11001 111010 10100011 1001100 11000

Color Harmonies of #0F6C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C51

Black with #0F6C51

Text Example


Text Example

White with #0F6C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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