Html Css Color HEX #0A3D37 Deep Teal

📋 copy color: '#0A3D37'

red 10 ◦ green 61 ◦ blue 55

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

Shades of Deep Teal #0A3D37

Tints of Deep Teal #0A3D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 48.41%

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

R = 7.94%
G = 48.41%
B = 43.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#0A3D37 (or 0x0A3D37) is known color: Deep Teal. HEX triplet: 0A, 3D and 37. RGB value is (10,61,55). Sum of RGB (Red+Green+Blue) = 10+61+55=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3D37 is #F5C2C8. Grayscale: #2D2D2D. Windows color (decimal): -16106185 or 3620106. OLE color: 3620106.

HSL color Cylindrical-coordinate representation of color #0A3D37: hue angle of 172.94º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3D37 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 61 55 -
CMYK 0.84 0 0.10 0.76
HSL 172.94º 0.72% 0.14% -
HSV(B) 172.94º 0.84% 0.24% -
XYZ 2.48 3.68 4.19 -
YUV 45.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 10 61 55 0.84 0 0.10 0.76 172.94 0.72 0.14
Hex A 3D 37 54 0 A 4C AD 48 E
Octal 12 75 67 124 0 12 114 255 110 16
Binary 1010 111101 110111 1010100 0 1010 1001100 10101101 1001000 1110

Color Harmonies of #0A3D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3D37

Black with #0A3D37

Text Example


Text Example

White with #0A3D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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