#0f846a

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

Shades of Deep Sea #0F846A

Tints of Deep Sea #0F846A

Color information

#0F846A (or 0x0F846A) is unknown color: approx Deep Sea. HEX triplet: 0F, 84 and 6A. RGB value is (15,132,106). Sum of RGB (Red+Green+Blue) = 15+132+106=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #0F846A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F846A is #F07B95. Grayscale: #5E5E5E. Windows color (decimal): -15760278 or 6980623. OLE color: 6980623.

HSL color Cylindrical-coordinate representation of color #0F846A: hue angle of 166.67º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F846A is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB15132106-
CMYK0.8900.200.48
HSL166.67º79.59%28.82%-
HSV(B)166.67º88.64%51.76%-
XYZ11.0517.6416.46-
YUV94.05134.7471.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.93%
GREEN value IS 132 (51.95% from 255) = 52.17%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=5.93%
G=52.17%
B=41.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal151321060.8900.200.48166.6779.5928.82
HexF846A5901430a7501d
Octal172041521310246024712035
Binary1111100001001101010101100101010011000010100111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f846a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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