#0D768C

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

Shades of Teal #0D768C

Tints of Teal #0D768C

Color information

#0D768C (or 0x0D768C) is unknown color: approx Teal. HEX triplet: 0D, 76 and 8C. RGB value is (13,118,140). Sum of RGB (Red+Green+Blue) = 13+118+140=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #0D768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D768C is #F28973. Grayscale: #585858. Windows color (decimal): -15894900 or 9205261. OLE color: 9205261.

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

Color convert

RGB13118140-
CMYK0.910.1600.45
HSL190.39º83.01%30%-
HSV(B)190.39º90.71%54.9%-
XYZ11.3814.9427.09-
YUV89.11156.7173.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.80%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=4.80%
G=43.54%
B=51.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131181400.910.1600.45190.3983.0130
HexD768C5B1002Dbe531e
Octal151662141332005527612336
Binary1101111011010001100101101110000010110110111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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