#0A3431

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

Shades of Deep Teal #0A3431

Tints of Deep Teal #0A3431

Color information

#0A3431 (or 0x0A3431) is unknown color: approx Deep Teal. HEX triplet: 0A, 34 and 31. RGB value is (10,52,49). Sum of RGB (Red+Green+Blue) = 10+52+49=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3431 is #F5CBCE. Grayscale: #272727. Windows color (decimal): -16108495 or 3224586. OLE color: 3224586.

HSL color Cylindrical-coordinate representation of color #0A3431: hue angle of 175.71º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3431 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB105249-
CMYK0.8100.060.80
HSL175.71º67.74%12.16%-
HSV(B)175.71º80.77%20.39%-
XYZ1.912.743.33-
YUV39.1133.59107.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.01%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=9.01%
G=46.85%
B=44.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052490.8100.060.80175.7167.7412.16
HexA3431510650b044c
Octal1264611210612026010414
Binary10101101001100011010001011010100001011000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,52,49); }

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

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

 a { background-color: rgb(10,52,49); }

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

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

 span { border-color: rgb(10,52,49); }

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