#0F624E

Color #0F624E Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #0F624E

Tints of Watercourse #0F624E

Color information

#0F624E (or 0x0F624E) is unknown color: approx Watercourse. HEX triplet: 0F, 62 and 4E. RGB value is (15,98,78). Sum of RGB (Red+Green+Blue) = 15+98+78=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #0F624E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F624E is #F09DB1. Grayscale: #464646. Windows color (decimal): -15769010 or 5136911. OLE color: 5136911.

HSL color Cylindrical-coordinate representation of color #0F624E: hue angle of 165.54º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F624E is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB159878-
CMYK0.8500.200.62
HSL165.54º73.45%22.16%-
HSV(B)165.54º84.69%38.43%-
XYZ5.949.398.71-
YUV70.913288.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.85%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=7.85%
G=51.31%
B=40.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1598780.8500.200.62165.5473.4522.16
HexF624E550143Ea64916
Octal171421161250247624611126
Binary111111000101001110101010101010011111010100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,98,78); }

 H1.HeaderClassName
 {
   color: #0F624E;
 }
 .AnyTagClassName
 {
   color: #0F624E;
 }
</style>
background-color css

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

 a { background-color: rgb(15,98,78); }

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

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

 span { border-color: rgb(15,98,78); }

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