#0F604C

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

Shades of Jewel #0F604C

Tints of Jewel #0F604C

Color information

#0F604C (or 0x0F604C) is unknown color: approx Jewel. HEX triplet: 0F, 60 and 4C. RGB value is (15,96,76). Sum of RGB (Red+Green+Blue) = 15+96+76=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #0F604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F604C is #F09FB3. Grayscale: #454545. Windows color (decimal): -15769524 or 5005327. OLE color: 5005327.

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

Color convert

RGB159676-
CMYK0.8400.210.62
HSL165.19º72.97%21.76%-
HSV(B)165.19º84.38%37.65%-
XYZ5.688.998.27-
YUV69.5131.6689.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.02%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=8.02%
G=51.34%
B=40.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1596760.8400.210.62165.1972.9721.76
HexF604C540153Ea54916
Octal171401141240257624511126
Binary111111000001001100101010001010111111010100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,96,76); }

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

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

 a { background-color: rgb(15,96,76); }

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

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

 span { border-color: rgb(15,96,76); }

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