#0D6D70

Color #0D6D70 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0D6D70

Tints of Blue Lagoon #0D6D70

Color information

#0D6D70 (or 0x0D6D70) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 6D and 70. RGB value is (13,109,112). Sum of RGB (Red+Green+Blue) = 13+109+112=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D6D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6D70 is #F2928F. Grayscale: #505050. Windows color (decimal): -15897232 or 7367949. OLE color: 7367949.

HSL color Cylindrical-coordinate representation of color #0D6D70: hue angle of 181.82º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6D70 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB13109112-
CMYK0.880.0300.56
HSL181.82º79.2%24.51%-
HSV(B)181.82º88.39%43.92%-
XYZ8.5612.1917.23-
YUV80.64145.779.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.56%
GREEN value IS 109 (42.97% from 255) = 46.58%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=5.56%
G=46.58%
B=47.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal131091120.880.0300.56181.8279.224.51
HexD6D70583038b64f19
Octal15155160130307026611731
Binary110111011011110000101100011011100010110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,109,112); }

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

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

 a { background-color: rgb(13,109,112); }

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

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

 span { border-color: rgb(13,109,112); }

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