Html Css Color HEX #0F6A50 Watercourse

📋 copy color: '#0F6A50'

red 15 ◦ green 106 ◦ blue 80

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

Shades of Watercourse #0F6A50

Tints of Watercourse #0F6A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 52.74%

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

R = 7.46%
G = 52.74%
B = 39.8%

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

#0F6A50 (or 0x0F6A50) is known color: Watercourse. HEX triplet: 0F, 6A and 50. RGB value is (15,106,80). Sum of RGB (Red+Green+Blue) = 15+106+80=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #0F6A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6A50 is #F095AF. Grayscale: #4B4B4B. Windows color (decimal): -15766960 or 5270031. OLE color: 5270031.

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

Color convert

RGB 15 106 80 -
CMYK 0.86 0 0.25 0.58
HSL 162.86º 0.75% 0.24% -
HSV(B) 162.86º 0.86% 0.42% -
XYZ 6.8 10.99 9.35 -
YUV 75.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 15 106 80 0.86 0 0.25 0.58 162.86 0.75 0.24
Hex F 6A 50 56 0 19 3A A3 4B 18
Octal 17 152 120 126 0 31 72 243 113 30
Binary 1111 1101010 1010000 1010110 0 11001 111010 10100011 1001011 11000

Color Harmonies of #0F6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6A50

Black with #0F6A50

Text Example


Text Example

White with #0F6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,106,80); }

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

background-color css

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

 a { background-color: rgb(15,106,80); }

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

border-color css

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

 span { border-color: rgb(15,106,80); }

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