#084335

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

Shades of Deep Teal #084335

Tints of Deep Teal #084335

Color information

#084335 (or 0x084335) is unknown color: approx Deep Teal. HEX triplet: 08, 43 and 35. RGB value is (8,67,53). Sum of RGB (Red+Green+Blue) = 8+67+53=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #084335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084335 is #F7BCCA. Grayscale: #2F2F2F. Windows color (decimal): -16235723 or 3490568. OLE color: 3490568.

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

Color convert

RGB86753-
CMYK0.8800.210.74
HSL165.76º78.67%14.71%-
HSV(B)165.76º88.06%26.27%-
XYZ2.754.324.06-
YUV47.76130.9599.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 67 (26.56% from 255) = 52.34%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=6.25%
G=52.34%
B=41.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal867530.8800.210.74165.7678.6714.71
Hex84335580154Aa64ff
Octal101036513002511224611717
Binary10001000011110101101100001010110010101010011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084335; }

 p { color: rgb(8,67,53); }

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

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

 a { background-color: rgb(8,67,53); }

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

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

 span { border-color: rgb(8,67,53); }

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