Html Css Color HEX #0A7184 Teal

📋 copy color: '#0A7184'

red 10 ◦ green 113 ◦ blue 132

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

Shades of Teal #0A7184

Tints of Teal #0A7184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

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

R = 3.92%
G = 44.31%
B = 51.76%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A7184 (or 0x0A7184) is known color: Teal. HEX triplet: 0A, 71 and 84. RGB value is (10,113,132). Sum of RGB (Red+Green+Blue) = 10+113+132=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A7184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7184 is #F58E7B. Grayscale: #545454. Windows color (decimal): -16092796 or 8679690. OLE color: 8679690.

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

Color convert

RGB 10 113 132 -
CMYK 0.92 0.14 0 0.48
HSL 189.34º 0.86% 0.28% -
HSV(B) 189.34º 0.92% 0.52% -
XYZ 10.2 13.54 23.91 -
YUV 84.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 10 113 132 0.92 0.14 0 0.48 189.34 0.86 0.28
Hex A 71 84 5C E 0 30 BD 56 1C
Octal 12 161 204 134 16 0 60 275 126 34
Binary 1010 1110001 10000100 1011100 1110 0 110000 10111101 1010110 11100

Color Harmonies of #0A7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7184

Black with #0A7184

Text Example


Text Example

White with #0A7184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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