#0A453A

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

Shades of Deep Teal #0A453A

Tints of Deep Teal #0A453A

Color information

#0A453A (or 0x0A453A) is unknown color: approx Deep Teal. HEX triplet: 0A, 45 and 3A. RGB value is (10,69,58). Sum of RGB (Red+Green+Blue) = 10+69+58=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #0A453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A453A is #F5BAC5. Grayscale: #323232. Windows color (decimal): -16104134 or 3818762. OLE color: 3818762.

HSL color Cylindrical-coordinate representation of color #0A453A: hue angle of 168.81º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A453A is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB106958-
CMYK0.8600.160.73
HSL168.81º74.68%15.49%-
HSV(B)168.81º85.51%27.06%-
XYZ3.024.634.74-
YUV50.1132.4599.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.30%
GREEN value IS 69 (27.34% from 255) = 50.36%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=7.30%
G=50.36%
B=42.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1069580.8600.160.73168.8174.6815.49
HexA453A5601049a94bf
Octal121057212602011125111317
Binary10101000101111010101011001000010010011010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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