Html Css Color HEX #0A5443 Deep Teal

📋 copy color: '#0A5443'

red 10 ◦ green 84 ◦ blue 67

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

Shades of Deep Teal #0A5443

Tints of Deep Teal #0A5443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.17%

 BLUE value IS 67 (26.56% from 255) = 41.61%

R = 6.21%
G = 52.17%
B = 41.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#0A5443 (or 0x0A5443) is known color: Deep Teal. HEX triplet: 0A, 54 and 43. RGB value is (10,84,67). Sum of RGB (Red+Green+Blue) = 10+84+67=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5443 is #F5ABBC. Grayscale: #3B3B3B. Windows color (decimal): -16100285 or 4412426. OLE color: 4412426.

HSL color Cylindrical-coordinate representation of color #0A5443: hue angle of 166.22º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5443 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 84 67 -
CMYK 0.88 0 0.20 0.67
HSL 166.22º 0.79% 0.18% -
HSV(B) 166.22º 0.88% 0.33% -
XYZ 4.31 6.81 6.4 -
YUV 59.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 10 84 67 0.88 0 0.20 0.67 166.22 0.79 0.18
Hex A 54 43 58 0 14 43 A6 4F 12
Octal 12 124 103 130 0 24 103 246 117 22
Binary 1010 1010100 1000011 1011000 0 10100 1000011 10100110 1001111 10010

Color Harmonies of #0A5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5443

Black with #0A5443

Text Example


Text Example

White with #0A5443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,84,67); }

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

background-color css

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

 a { background-color: rgb(10,84,67); }

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

border-color css

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

 span { border-color: rgb(10,84,67); }

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