Html Css Color HEX #0A5341 Deep Teal

📋 copy color: '#0A5341'

red 10 ◦ green 83 ◦ blue 65

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

Shades of Deep Teal #0A5341

Tints of Deep Teal #0A5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.53%

 BLUE value IS 65 (25.78% from 255) = 41.14%

R = 6.33%
G = 52.53%
B = 41.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#0A5341 (or 0x0A5341) is known color: Deep Teal. HEX triplet: 0A, 53 and 41. RGB value is (10,83,65). Sum of RGB (Red+Green+Blue) = 10+83+65=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5341 is #F5ACBE. Grayscale: #3B3B3B. Windows color (decimal): -16100543 or 4281098. OLE color: 4281098.

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

Color convert

RGB 10 83 65 -
CMYK 0.88 0 0.22 0.67
HSL 165.21º 0.78% 0.18% -
HSV(B) 165.21º 0.88% 0.33% -
XYZ 4.17 6.63 6.06 -
YUV 59.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 10 83 65 0.88 0 0.22 0.67 165.21 0.78 0.18
Hex A 53 41 58 0 16 43 A5 4E 12
Octal 12 123 101 130 0 26 103 245 116 22
Binary 1010 1010011 1000001 1011000 0 10110 1000011 10100101 1001110 10010

Color Harmonies of #0A5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5341

Black with #0A5341

Text Example


Text Example

White with #0A5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,83,65); }

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

background-color css

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

 a { background-color: rgb(10,83,65); }

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

border-color css

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

 span { border-color: rgb(10,83,65); }

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