#0D7A69

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

Shades of Deep Sea #0D7A69

Tints of Deep Sea #0D7A69

Color information

#0D7A69 (or 0x0D7A69) is unknown color: approx Deep Sea. HEX triplet: 0D, 7A and 69. RGB value is (13,122,105). Sum of RGB (Red+Green+Blue) = 13+122+105=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #0D7A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7A69 is #F28596. Grayscale: #575757. Windows color (decimal): -15893911 or 6912525. OLE color: 6912525.

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

Color convert

RGB13122105-
CMYK0.8900.140.52
HSL170.64º80.74%26.47%-
HSV(B)170.64º89.34%47.84%-
XYZ9.6815.0215.75-
YUV87.47137.8974.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.42%
GREEN value IS 122 (48.05% from 255) = 50.83%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=5.42%
G=50.83%
B=43.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal131221050.8900.140.52170.6480.7426.47
HexD7A69590E34ab511a
Octal151721511310166425312132
Binary11011111010110100110110010111011010010101011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,122,105); }

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

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

 a { background-color: rgb(13,122,105); }

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

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

 span { border-color: rgb(13,122,105); }

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