#0F7B5A

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

Shades of Deep Sea #0F7B5A

Tints of Deep Sea #0F7B5A

Color information

#0F7B5A (or 0x0F7B5A) is unknown color: approx Deep Sea. HEX triplet: 0F, 7B and 5A. RGB value is (15,123,90). Sum of RGB (Red+Green+Blue) = 15+123+90=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B5A is #F084A5. Grayscale: #565656. Windows color (decimal): -15762598 or 5929743. OLE color: 5929743.

HSL color Cylindrical-coordinate representation of color #0F7B5A: hue angle of 161.67º 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 #0F7B5A is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB1512390-
CMYK0.8800.270.52
HSL161.67º78.26%27.06%-
HSV(B)161.67º87.8%48.24%-
XYZ9.1315.0112.09-
YUV86.95129.7276.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 123 (48.44% from 255) = 53.95%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=6.58%
G=53.95%
B=39.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15123900.8800.270.52161.6778.2627.06
HexF7B5A5801B34a24e1b
Octal171731321300336424211633
Binary111111110111011010101100001101111010010100010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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