#08443A

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

Shades of Deep Teal #08443A

Tints of Deep Teal #08443A

Color information

#08443A (or 0x08443A) is unknown color: approx Deep Teal. HEX triplet: 08, 44 and 3A. RGB value is (8,68,58). Sum of RGB (Red+Green+Blue) = 8+68+58=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #08443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08443A is #F7BBC5. Grayscale: #303030. Windows color (decimal): -16235462 or 3818504. OLE color: 3818504.

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

Color convert

RGB86858-
CMYK0.8800.150.73
HSL170º78.95%14.9%-
HSV(B)170º88.24%26.67%-
XYZ2.934.494.72-
YUV48.92133.1298.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 68 (26.95% from 255) = 50.75%
BLUE value IS 58 (23.05% from 255) = 43.28%
R=5.97%
G=50.75%
B=43.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868580.8800.150.7317078.9514.9
Hex8443A580F49aa4ff
Octal101047213001711125211717
Binary1000100010011101010110000111110010011010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08443A; }

 p { color: rgb(8,68,58); }

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

<style>
 a { background-color: #08443A; }

 a { background-color: rgb(8,68,58); }

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

<style>
 span { border-color: #08443A; }

 span { border-color: rgb(8,68,58); }

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