#08463B

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

Shades of Deep Teal #08463B

Tints of Deep Teal #08463B

Color information

#08463B (or 0x08463B) is unknown color: approx Deep Teal. HEX triplet: 08, 46 and 3B. RGB value is (8,70,59). Sum of RGB (Red+Green+Blue) = 8+70+59=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #08463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08463B is #F7B9C4. Grayscale: #323232. Windows color (decimal): -16234949 or 3884552. OLE color: 3884552.

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

Color convert

RGB87059-
CMYK0.8900.160.73
HSL169.35º79.49%15.29%-
HSV(B)169.35º88.57%27.45%-
XYZ3.084.754.89-
YUV50.21132.9697.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 70 (27.73% from 255) = 51.09%
BLUE value IS 59 (23.44% from 255) = 43.07%
R=5.84%
G=51.09%
B=43.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870590.8900.160.73169.3579.4915.29
Hex8463B5901049a94ff
Octal101067313102011125111717
Binary10001000110111011101100101000010010011010100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08463B; }

 p { color: rgb(8,70,59); }

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

<style>
 a { background-color: #08463B; }

 a { background-color: rgb(8,70,59); }

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

<style>
 span { border-color: #08463B; }

 span { border-color: rgb(8,70,59); }

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