#0D768E

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

Shades of Teal #0D768E

Tints of Teal #0D768E

Color information

#0D768E (or 0x0D768E) is unknown color: approx Teal. HEX triplet: 0D, 76 and 8E. RGB value is (13,118,142). Sum of RGB (Red+Green+Blue) = 13+118+142=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D768E is #F28971. Grayscale: #595959. Windows color (decimal): -15894898 or 9336333. OLE color: 9336333.

HSL color Cylindrical-coordinate representation of color #0D768E: hue angle of 191.16º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D768E is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13118142-
CMYK0.910.1700.44
HSL191.16º83.23%30.39%-
HSV(B)191.16º90.85%55.69%-
XYZ11.531527.88-
YUV89.34157.7173.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.76%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=4.76%
G=43.22%
B=52.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131181420.910.1700.44191.1683.2330.39
HexD768E5B1102Cbf531e
Octal151662161332105427712336
Binary1101111011010001110101101110001010110010111111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,118,142); }

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

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

 a { background-color: rgb(13,118,142); }

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

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

 span { border-color: rgb(13,118,142); }

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