#0F755B

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

Shades of Deep Sea #0F755B

Tints of Deep Sea #0F755B

Color information

#0F755B (or 0x0F755B) is unknown color: approx Deep Sea. HEX triplet: 0F, 75 and 5B. RGB value is (15,117,91). Sum of RGB (Red+Green+Blue) = 15+117+91=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #0F755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F755B is #F08AA4. Grayscale: #535353. Windows color (decimal): -15764133 or 5993743. OLE color: 5993743.

HSL color Cylindrical-coordinate representation of color #0F755B: hue angle of 164.71º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F755B is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1511791-
CMYK0.8700.220.54
HSL164.71º77.27%25.88%-
HSV(B)164.71º87.18%45.88%-
XYZ8.4513.5812.07-
YUV83.54132.2179.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.73%
GREEN value IS 117 (46.09% from 255) = 52.47%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=6.73%
G=52.47%
B=40.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15117910.8700.220.54164.7177.2725.88
HexF755B5701636a54d1a
Octal171651331270266624511532
Binary111111101011011011101011101011011011010100101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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