#0F835E

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

Shades of Deep Sea #0F835E

Tints of Deep Sea #0F835E

Color information

#0F835E (or 0x0F835E) is unknown color: approx Deep Sea. HEX triplet: 0F, 83 and 5E. RGB value is (15,131,94). Sum of RGB (Red+Green+Blue) = 15+131+94=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #0F835E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F835E is #F07CA1. Grayscale: #5C5C5C. Windows color (decimal): -15760546 or 6193935. OLE color: 6193935.

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

Color convert

RGB1513194-
CMYK0.8900.280.49
HSL160.86º79.45%28.63%-
HSV(B)160.86º88.55%51.37%-
XYZ10.3317.1413.35-
YUV92.1129.0773.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 131 (51.56% from 255) = 54.58%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=6.25%
G=54.58%
B=39.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15131940.8900.280.49160.8679.4528.63
HexF835E5901C31a14f1d
Octal172031361310346124111735
Binary1111100000111011110101100101110011000110100001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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