Html Css Color HEX #0A4435 Deep Teal

📋 copy color: '#0A4435'

red 10 ◦ green 68 ◦ blue 53

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

Shades of Deep Teal #0A4435

Tints of Deep Teal #0A4435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.91%

 BLUE value IS 53 (21.09% from 255) = 40.46%

R = 7.63%
G = 51.91%
B = 40.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#0A4435 (or 0x0A4435) is known color: Deep Teal. HEX triplet: 0A, 44 and 35. RGB value is (10,68,53). Sum of RGB (Red+Green+Blue) = 10+68+53=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4435 is #F5BBCA. Grayscale: #303030. Windows color (decimal): -16104395 or 3490826. OLE color: 3490826.

HSL color Cylindrical-coordinate representation of color #0A4435: hue angle of 164.48º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4435 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 10 68 53 -
CMYK 0.85 0 0.22 0.73
HSL 164.48º 0.74% 0.15% -
HSV(B) 164.48º 0.85% 0.27% -
XYZ 2.83 4.46 4.08 -
YUV 48.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 10 68 53 0.85 0 0.22 0.73 164.48 0.74 0.15
Hex A 44 35 55 0 16 49 A4 4A F
Octal 12 104 65 125 0 26 111 244 112 17
Binary 1010 1000100 110101 1010101 0 10110 1001001 10100100 1001010 1111

Color Harmonies of #0A4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4435

Black with #0A4435

Text Example


Text Example

White with #0A4435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,68,53); }

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

background-color css

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

 a { background-color: rgb(10,68,53); }

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

border-color css

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

 span { border-color: rgb(10,68,53); }

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