#0F825E

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

Shades of Deep Sea #0F825E

Tints of Deep Sea #0F825E

Color information

#0F825E (or 0x0F825E) is unknown color: approx Deep Sea. HEX triplet: 0F, 82 and 5E. RGB value is (15,130,94). Sum of RGB (Red+Green+Blue) = 15+130+94=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #0F825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F825E is #F07DA1. Grayscale: #5B5B5B. Windows color (decimal): -15760802 or 6193679. OLE color: 6193679.

HSL color Cylindrical-coordinate representation of color #0F825E: hue angle of 161.22º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F825E is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1513094-
CMYK0.8800.280.49
HSL161.22º79.31%28.43%-
HSV(B)161.22º88.46%50.98%-
XYZ10.216.8713.31-
YUV91.51129.473.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=6.28%
G=54.39%
B=39.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130940.8800.280.49161.2279.3128.43
HexF825E5801C31a14f1c
Octal172021361300346124111734
Binary1111100000101011110101100001110011000110100001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,130,94); }

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

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

 a { background-color: rgb(15,130,94); }

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

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

 span { border-color: rgb(15,130,94); }

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