#08483B

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

Shades of Deep Teal #08483B

Tints of Deep Teal #08483B

Color information

#08483B (or 0x08483B) is unknown color: approx Deep Teal. HEX triplet: 08, 48 and 3B. RGB value is (8,72,59). Sum of RGB (Red+Green+Blue) = 8+72+59=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #08483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08483B is #F7B7C4. Grayscale: #333333. Windows color (decimal): -16234437 or 3885064. OLE color: 3885064.

HSL color Cylindrical-coordinate representation of color #08483B: hue angle of 167.81º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08483B is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB87259-
CMYK0.8900.180.72
HSL167.81º80%15.69%-
HSV(B)167.81º88.89%28.24%-
XYZ3.2154.93-
YUV51.38132.397.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 59 (23.44% from 255) = 42.45%
R=5.76%
G=51.80%
B=42.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872590.8900.180.72167.818015.69
Hex8483B5901248a85010
Octal101107313102211025012020
Binary100010010001110111011001010010100100010101000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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