#0D7584

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

Shades of Teal #0D7584

Tints of Teal #0D7584

Color information

#0D7584 (or 0x0D7584) is unknown color: approx Teal. HEX triplet: 0D, 75 and 84. RGB value is (13,117,132). Sum of RGB (Red+Green+Blue) = 13+117+132=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D7584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7584 is #F28A7B. Grayscale: #575757. Windows color (decimal): -15895164 or 8680717. OLE color: 8680717.

HSL color Cylindrical-coordinate representation of color #0D7584: hue angle of 187.56º 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 #0D7584 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13117132-
CMYK0.900.1100.48
HSL187.56º82.07%28.43%-
HSV(B)187.56º90.15%51.76%-
XYZ10.6914.4724.06-
YUV87.61153.0474.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.96%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 132 (51.95% from 255) = 50.38%
R=4.96%
G=44.66%
B=50.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131171320.900.1100.48187.5682.0728.43
HexD75845AB030bc521c
Octal151652041321306027412234
Binary110111101011000010010110101011011000010111100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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