#0A433A

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

Shades of Deep Teal #0A433A

Tints of Deep Teal #0A433A

Color information

#0A433A (or 0x0A433A) is unknown color: approx Deep Teal. HEX triplet: 0A, 43 and 3A. RGB value is (10,67,58). Sum of RGB (Red+Green+Blue) = 10+67+58=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #0A433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A433A is #F5BCC5. Grayscale: #303030. Windows color (decimal): -16104646 or 3818250. OLE color: 3818250.

HSL color Cylindrical-coordinate representation of color #0A433A: hue angle of 170.53º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A433A is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB106758-
CMYK0.8500.130.74
HSL170.53º74.03%15.1%-
HSV(B)170.53º85.07%26.27%-
XYZ2.94.384.7-
YUV48.93133.12100.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.41%
GREEN value IS 67 (26.56% from 255) = 49.63%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=7.41%
G=49.63%
B=42.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067580.8500.130.74170.5374.0315.1
HexA433A550D4Aab4af
Octal121037212501511225311217
Binary1010100001111101010101010110110010101010101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,67,58); }

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

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

 a { background-color: rgb(10,67,58); }

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

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

 span { border-color: rgb(10,67,58); }

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