Html Css Color HEX #0A738D Teal

📋 copy color: '#0A738D'

red 10 ◦ green 115 ◦ blue 141

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

Shades of Teal #0A738D

Tints of Teal #0A738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.23%

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 3.76%
G = 43.23%
B = 53.01%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A738D (or 0x0A738D) is known color: Teal. HEX triplet: 0A, 73 and 8D. RGB value is (10,115,141). Sum of RGB (Red+Green+Blue) = 10+115+141=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A738D is #F58C72. Grayscale: #565656. Windows color (decimal): -16092275 or 9270026. OLE color: 9270026.

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

Color convert

RGB 10 115 141 -
CMYK 0.93 0.18 0 0.45
HSL 191.91º 0.87% 0.3% -
HSV(B) 191.91º 0.93% 0.55% -
XYZ 11.06 14.25 27.37 -
YUV 86.57 158.71 73.39 -
System Red Green Blue C M Y K H S L
Decimal 10 115 141 0.93 0.18 0 0.45 191.91 0.87 0.3
Hex A 73 8D 5D 12 0 2D C0 57 1E
Octal 12 163 215 135 22 0 55 300 127 36
Binary 1010 1110011 10001101 1011101 10010 0 101101 11000000 1010111 11110

Color Harmonies of #0A738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A738D

Black with #0A738D

Text Example


Text Example

White with #0A738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,115,141); }

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

background-color css

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

 a { background-color: rgb(10,115,141); }

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

border-color css

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

 span { border-color: rgb(10,115,141); }

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