Html Css Color HEX #0A4135 Deep Teal

📋 copy color: '#0A4135'

red 10 ◦ green 65 ◦ blue 53

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

Shades of Deep Teal #0A4135

Tints of Deep Teal #0A4135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.78%

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

R = 7.81%
G = 50.78%
B = 41.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#0A4135 (or 0x0A4135) is known color: Deep Teal. HEX triplet: 0A, 41 and 35. RGB value is (10,65,53). Sum of RGB (Red+Green+Blue) = 10+65+53=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4135 is #F5BECA. Grayscale: #2F2F2F. Windows color (decimal): -16105163 or 3490058. OLE color: 3490058.

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

Color convert

RGB 10 65 53 -
CMYK 0.85 0 0.18 0.75
HSL 166.91º 0.73% 0.15% -
HSV(B) 166.91º 0.85% 0.25% -
XYZ 2.66 4.1 4.02 -
YUV 47.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 10 65 53 0.85 0 0.18 0.75 166.91 0.73 0.15
Hex A 41 35 55 0 12 4B A7 49 F
Octal 12 101 65 125 0 22 113 247 111 17
Binary 1010 1000001 110101 1010101 0 10010 1001011 10100111 1001001 1111

Color Harmonies of #0A4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4135

Black with #0A4135

Text Example


Text Example

White with #0A4135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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