#0F835B

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

Shades of Deep Sea #0F835B

Tints of Deep Sea #0F835B

Color information

#0F835B (or 0x0F835B) is unknown color: approx Deep Sea. HEX triplet: 0F, 83 and 5B. RGB value is (15,131,91). Sum of RGB (Red+Green+Blue) = 15+131+91=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #0F835B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F835B is #F07CA4. Grayscale: #5B5B5B. Windows color (decimal): -15760549 or 5997327. OLE color: 5997327.

HSL color Cylindrical-coordinate representation of color #0F835B: hue angle of 159.31º 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 #0F835B is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1513191-
CMYK0.8900.310.49
HSL159.31º79.45%28.63%-
HSV(B)159.31º88.55%51.37%-
XYZ10.217.0912.66-
YUV91.76127.5773.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.33%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=6.33%
G=55.27%
B=38.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15131910.8900.310.49159.3179.4528.63
HexF835B5901F319f4f1d
Octal172031331310376123711735
Binary1111100000111011011101100101111111000110011111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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