#084438

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

Shades of Deep Teal #084438

Tints of Deep Teal #084438

Color information

#084438 (or 0x084438) is unknown color: approx Deep Teal. HEX triplet: 08, 44 and 38. RGB value is (8,68,56). Sum of RGB (Red+Green+Blue) = 8+68+56=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #084438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084438 is #F7BBC7. Grayscale: #303030. Windows color (decimal): -16235464 or 3687432. OLE color: 3687432.

HSL color Cylindrical-coordinate representation of color #084438: hue angle of 168º 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 #084438 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB86856-
CMYK0.8800.180.73
HSL168º78.95%14.9%-
HSV(B)168º88.24%26.67%-
XYZ2.884.474.45-
YUV48.69132.1298.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=6.06%
G=51.52%
B=42.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868560.8800.180.7316878.9514.9
Hex844385801249a84ff
Octal101047013002211125011717
Binary10001000100111000101100001001010010011010100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084438; }

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

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

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

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

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

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

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

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