Html Css Color HEX #0A543F Deep Teal

📋 copy color: '#0A543F'

red 10 ◦ green 84 ◦ blue 63

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

Shades of Deep Teal #0A543F

Tints of Deep Teal #0A543F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.13%

R = 6.37%
G = 53.5%
B = 40.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#0A543F (or 0x0A543F) is known color: Deep Teal. HEX triplet: 0A, 54 and 3F. RGB value is (10,84,63). Sum of RGB (Red+Green+Blue) = 10+84+63=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #0A543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A543F is #F5ABC0. Grayscale: #3B3B3B. Windows color (decimal): -16100289 or 4150282. OLE color: 4150282.

HSL color Cylindrical-coordinate representation of color #0A543F: hue angle of 162.97º 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 #0A543F is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 84 63 -
CMYK 0.88 0 0.25 0.67
HSL 162.97º 0.79% 0.18% -
HSV(B) 162.97º 0.88% 0.33% -
XYZ 4.19 6.76 5.79 -
YUV 59.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 10 84 63 0.88 0 0.25 0.67 162.97 0.79 0.18
Hex A 54 3F 58 0 19 43 A3 4F 12
Octal 12 124 77 130 0 31 103 243 117 22
Binary 1010 1010100 111111 1011000 0 11001 1000011 10100011 1001111 10010

Color Harmonies of #0A543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A543F

Black with #0A543F

Text Example


Text Example

White with #0A543F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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