Html Css Color HEX #0A5340 Deep Teal

📋 copy color: '#0A5340'

red 10 ◦ green 83 ◦ blue 64

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

Shades of Deep Teal #0A5340

Tints of Deep Teal #0A5340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 6.37%
G = 52.87%
B = 40.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#0A5340 (or 0x0A5340) is known color: Deep Teal. HEX triplet: 0A, 53 and 40. RGB value is (10,83,64). Sum of RGB (Red+Green+Blue) = 10+83+64=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5340 is #F5ACBF. Grayscale: #3B3B3B. Windows color (decimal): -16100544 or 4215562. OLE color: 4215562.

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

Color convert

RGB 10 83 64 -
CMYK 0.88 0 0.23 0.67
HSL 164.38º 0.78% 0.18% -
HSV(B) 164.38º 0.88% 0.33% -
XYZ 4.14 6.62 5.91 -
YUV 59.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 10 83 64 0.88 0 0.23 0.67 164.38 0.78 0.18
Hex A 53 40 58 0 17 43 A4 4E 12
Octal 12 123 100 130 0 27 103 244 116 22
Binary 1010 1010011 1000000 1011000 0 10111 1000011 10100100 1001110 10010

Color Harmonies of #0A5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5340

Black with #0A5340

Text Example


Text Example

White with #0A5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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