#0F7B5B

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

Shades of Deep Sea #0F7B5B

Tints of Deep Sea #0F7B5B

Color information

#0F7B5B (or 0x0F7B5B) is unknown color: approx Deep Sea. HEX triplet: 0F, 7B and 5B. RGB value is (15,123,91). Sum of RGB (Red+Green+Blue) = 15+123+91=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B5B is #F084A4. Grayscale: #575757. Windows color (decimal): -15762597 or 5995279. OLE color: 5995279.

HSL color Cylindrical-coordinate representation of color #0F7B5B: hue angle of 162.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B5B is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1512391-
CMYK0.8800.260.52
HSL162.22º78.26%27.06%-
HSV(B)162.22º87.8%48.24%-
XYZ9.1715.0212.31-
YUV87.06130.2276.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 123 (48.44% from 255) = 53.71%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=6.55%
G=53.71%
B=39.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15123910.8800.260.52162.2278.2627.06
HexF7B5B5801A34a24e1b
Octal171731331300326424211633
Binary111111110111011011101100001101011010010100010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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