#0D7C5A

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

Shades of Deep Sea #0D7C5A

Tints of Deep Sea #0D7C5A

Color information

#0D7C5A (or 0x0D7C5A) is unknown color: approx Deep Sea. HEX triplet: 0D, 7C and 5A. RGB value is (13,124,90). Sum of RGB (Red+Green+Blue) = 13+124+90=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7C5A is #F283A5. Grayscale: #565656. Windows color (decimal): -15893414 or 5929997. OLE color: 5929997.

HSL color Cylindrical-coordinate representation of color #0D7C5A: hue angle of 161.62º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C5A is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1312490-
CMYK0.9000.270.51
HSL161.62º81.02%26.86%-
HSV(B)161.62º89.52%48.63%-
XYZ9.2215.2412.13-
YUV86.94129.7375.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 124 (48.83% from 255) = 54.63%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=5.73%
G=54.63%
B=39.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13124900.9000.270.51161.6281.0226.86
HexD7C5A5A01B33a2511b
Octal151741321320336324212133
Binary110111111001011010101101001101111001110100010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,124,90); }

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

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

 a { background-color: rgb(13,124,90); }

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

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

 span { border-color: rgb(13,124,90); }

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