#0A4438

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

Shades of Deep Teal #0A4438

Tints of Deep Teal #0A4438

Color information

#0A4438 (or 0x0A4438) is unknown color: approx Deep Teal. HEX triplet: 0A, 44 and 38. RGB value is (10,68,56). Sum of RGB (Red+Green+Blue) = 10+68+56=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4438 is #F5BBC7. Grayscale: #313131. Windows color (decimal): -16104392 or 3687434. OLE color: 3687434.

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

Color convert

RGB106856-
CMYK0.8500.180.73
HSL167.59º74.36%15.29%-
HSV(B)167.59º85.29%26.67%-
XYZ2.914.484.45-
YUV49.29131.7899.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.46%
GREEN value IS 68 (26.95% from 255) = 50.75%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=7.46%
G=50.75%
B=41.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1068560.8500.180.73167.5974.3615.29
HexA44385501249a84af
Octal121047012502211125011217
Binary10101000100111000101010101001010010011010100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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