#083E35

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

Shades of Deep Teal #083E35

Tints of Deep Teal #083E35

Color information

#083E35 (or 0x083E35) is unknown color: approx Deep Teal. HEX triplet: 08, 3E and 35. RGB value is (8,62,53). Sum of RGB (Red+Green+Blue) = 8+62+53=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #083E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083E35 is #F7C1CA. Grayscale: #2C2C2C. Windows color (decimal): -16237003 or 3489288. OLE color: 3489288.

HSL color Cylindrical-coordinate representation of color #083E35: hue angle of 170º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083E35 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB86253-
CMYK0.8700.150.76
HSL170º77.14%13.73%-
HSV(B)170º87.1%24.31%-
XYZ2.473.753.96-
YUV44.83132.61101.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 62 (24.61% from 255) = 50.41%
BLUE value IS 53 (21.09% from 255) = 43.09%
R=6.50%
G=50.41%
B=43.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal862530.8700.150.7617077.1413.73
Hex83E35570F4Caa4de
Octal10766512701711425211516
Binary100011111011010110101110111110011001010101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083E35; }

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

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

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

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

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

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

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

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