Html Css Color HEX #0A7584 Teal

📋 copy color: '#0A7584'

red 10 ◦ green 117 ◦ blue 132

#0A7584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #0A7584

Tints of Teal #0A7584

RGB

 RED value IS 10 (4.3% from 255) = 3.86%

 GREEN value IS 117 (46.09% from 255) = 45.17%

 BLUE value IS 132 (51.95% from 255) = 50.97%

R = 3.86%
G = 45.17%
B = 50.97%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A7584 (or 0x0A7584) is known color: Teal. HEX triplet: 0A, 75 and 84. RGB value is (10,117,132). Sum of RGB (Red+Green+Blue) = 10+117+132=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A7584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7584 is #F58A7B. Grayscale: #565656. Windows color (decimal): -16091772 or 8680714. OLE color: 8680714.

HSL color Cylindrical-coordinate representation of color #0A7584: hue angle of 187.38º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7584 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 117 132 -
CMYK 0.92 0.11 0 0.48
HSL 187.38º 0.86% 0.28% -
HSV(B) 187.38º 0.92% 0.52% -
XYZ 10.65 14.45 24.06 -
YUV 86.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 10 117 132 0.92 0.11 0 0.48 187.38 0.86 0.28
Hex A 75 84 5C B 0 30 BB 56 1C
Octal 12 165 204 134 13 0 60 273 126 34
Binary 1010 1110101 10000100 1011100 1011 0 110000 10111011 1010110 11100

Color Harmonies of #0A7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7584

Black with #0A7584

Text Example


Text Example

White with #0A7584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A7584;
 }
 .AnyTagClassName
 {
   color: #0A7584;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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