#0E533F

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

Shades of Deep Teal #0E533F

Tints of Deep Teal #0E533F

Color information

#0E533F (or 0x0E533F) is unknown color: approx Deep Teal. HEX triplet: 0E, 53 and 3F. RGB value is (14,83,63). Sum of RGB (Red+Green+Blue) = 14+83+63=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #0E533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E533F is #F1ACC0. Grayscale: #3C3C3C. Windows color (decimal): -15838401 or 4150030. OLE color: 4150030.

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

Color convert

RGB148363-
CMYK0.8300.240.67
HSL162.61º71.13%19.02%-
HSV(B)162.61º83.13%32.55%-
XYZ4.176.645.76-
YUV60.09129.6495.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.75%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 63 (25% from 255) = 39.38%
R=8.75%
G=51.88%
B=39.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1483630.8300.240.67162.6171.1319.02
HexE533F5301843a34713
Octal161237712303010324310723
Binary111010100111111111010011011000100001110100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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