#0A4133

Color #0A4133 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #0A4133

Tints of Deep Teal #0A4133

Color information

#0A4133 (or 0x0A4133) is unknown color: approx Deep Teal. HEX triplet: 0A, 41 and 33. RGB value is (10,65,51). Sum of RGB (Red+Green+Blue) = 10+65+51=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4133 is #F5BECC. Grayscale: #2E2E2E. Windows color (decimal): -16105165 or 3358986. OLE color: 3358986.

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

Color convert

RGB106551-
CMYK0.8500.220.75
HSL164.73º73.33%14.71%-
HSV(B)164.73º84.62%25.49%-
XYZ2.614.083.78-
YUV46.96130.28101.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.94%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=7.94%
G=51.59%
B=40.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065510.8500.220.75164.7373.3314.71
HexA4133550164Ba549f
Octal121016312502611324511117
Binary10101000001110011101010101011010010111010010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A4133;
 }
 .AnyTagClassName
 {
   color: #0A4133;
 }
</style>
background-color css

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

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

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

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

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

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