#0A533F

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

Shades of Deep Teal #0A533F

Tints of Deep Teal #0A533F

Color information

#0A533F (or 0x0A533F) is unknown color: approx Deep Teal. HEX triplet: 0A, 53 and 3F. RGB value is (10,83,63). Sum of RGB (Red+Green+Blue) = 10+83+63=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #0A533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A533F is #F5ACC0. Grayscale: #3A3A3A. Windows color (decimal): -16100545 or 4150026. OLE color: 4150026.

HSL color Cylindrical-coordinate representation of color #0A533F: hue angle of 163.56º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A533F is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB108363-
CMYK0.8800.240.67
HSL163.56º78.49%18.24%-
HSV(B)163.56º87.95%32.55%-
XYZ4.126.615.76-
YUV58.89130.3293.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.41%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 63 (25% from 255) = 40.38%
R=6.41%
G=53.21%
B=40.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1083630.8800.240.67163.5678.4918.24
HexA533F5801843a44e12
Octal121237713003010324411622
Binary101010100111111111011000011000100001110100100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,83,63); }

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

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

 a { background-color: rgb(10,83,63); }

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

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

 span { border-color: rgb(10,83,63); }

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