#0D7784

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

Shades of Teal #0D7784

Tints of Teal #0D7784

Color information

#0D7784 (or 0x0D7784) is unknown color: approx Teal. HEX triplet: 0D, 77 and 84. RGB value is (13,119,132). Sum of RGB (Red+Green+Blue) = 13+119+132=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D7784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7784 is #F2887B. Grayscale: #585858. Windows color (decimal): -15894652 or 8681229. OLE color: 8681229.

HSL color Cylindrical-coordinate representation of color #0D7784: hue angle of 186.55º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7784 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13119132-
CMYK0.900.1000.48
HSL186.55º82.07%28.43%-
HSV(B)186.55º90.15%51.76%-
XYZ10.9314.9524.14-
YUV88.79152.3873.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.92%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 132 (51.95% from 255) = 50%
R=4.92%
G=45.08%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131191320.900.1000.48186.5582.0728.43
HexD77845AA030bb521c
Octal151672041321206027312234
Binary110111101111000010010110101010011000010111011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,119,132); }

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

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

 a { background-color: rgb(13,119,132); }

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

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

 span { border-color: rgb(13,119,132); }

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