Html Css Color HEX #0A4137 Deep Teal

📋 copy color: '#0A4137'

red 10 ◦ green 65 ◦ blue 55

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

Shades of Deep Teal #0A4137

Tints of Deep Teal #0A4137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.31%

R = 7.69%
G = 50%
B = 42.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#0A4137 (or 0x0A4137) is known color: Deep Teal. HEX triplet: 0A, 41 and 37. RGB value is (10,65,55). Sum of RGB (Red+Green+Blue) = 10+65+55=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4137 is #F5BEC8. Grayscale: #2F2F2F. Windows color (decimal): -16105161 or 3621130. OLE color: 3621130.

HSL color Cylindrical-coordinate representation of color #0A4137: hue angle of 169.09º 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 #0A4137 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 65 55 -
CMYK 0.85 0 0.15 0.75
HSL 169.09º 0.73% 0.15% -
HSV(B) 169.09º 0.85% 0.25% -
XYZ 2.71 4.12 4.27 -
YUV 47.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 10 65 55 0.85 0 0.15 0.75 169.09 0.73 0.15
Hex A 41 37 55 0 F 4B A9 49 F
Octal 12 101 67 125 0 17 113 251 111 17
Binary 1010 1000001 110111 1010101 0 1111 1001011 10101001 1001001 1111

Color Harmonies of #0A4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4137

Black with #0A4137

Text Example


Text Example

White with #0A4137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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