Html Css Color HEX #0A5441 Deep Teal

📋 copy color: '#0A5441'

red 10 ◦ green 84 ◦ blue 65

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

Shades of Deep Teal #0A5441

Tints of Deep Teal #0A5441

RGB

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

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

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

R = 6.29%
G = 52.83%
B = 40.88%

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

#0A5441 (or 0x0A5441) is known color: Deep Teal. HEX triplet: 0A, 54 and 41. RGB value is (10,84,65). Sum of RGB (Red+Green+Blue) = 10+84+65=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5441 is #F5ABBE. Grayscale: #3B3B3B. Windows color (decimal): -16100287 or 4281354. OLE color: 4281354.

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

Color convert

RGB 10 84 65 -
CMYK 0.88 0 0.23 0.67
HSL 164.59º 0.79% 0.18% -
HSV(B) 164.59º 0.88% 0.33% -
XYZ 4.25 6.79 6.09 -
YUV 59.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 10 84 65 0.88 0 0.23 0.67 164.59 0.79 0.18
Hex A 54 41 58 0 17 43 A5 4F 12
Octal 12 124 101 130 0 27 103 245 117 22
Binary 1010 1010100 1000001 1011000 0 10111 1000011 10100101 1001111 10010

Color Harmonies of #0A5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5441

Black with #0A5441

Text Example


Text Example

White with #0A5441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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