Html Css Color HEX #083E37 Deep Teal

📋 copy color: '#083E37'

red 8 ◦ green 62 ◦ blue 55

#083E37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #083E37

Tints of Deep Teal #083E37

RGB

 RED value IS 8 (3.52% from 255) = 6.4%

 GREEN value IS 62 (24.61% from 255) = 49.6%

 BLUE value IS 55 (21.88% from 255) = 44%

R = 6.4%
G = 49.6%
B = 44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.76

RGB Variations

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

Color information

#083E37 (or 0x083E37) is known color: Deep Teal. HEX triplet: 08, 3E and 37. RGB value is (8,62,55). Sum of RGB (Red+Green+Blue) = 8+62+55=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #083E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083E37 is #F7C1C8. Grayscale: #2D2D2D. Windows color (decimal): -16237001 or 3620360. OLE color: 3620360.

HSL color Cylindrical-coordinate representation of color #083E37: hue angle of 172.22º 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 #083E37 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 62 55 -
CMYK 0.87 0 0.11 0.76
HSL 172.22º 0.77% 0.14% -
HSV(B) 172.22º 0.87% 0.24% -
XYZ 2.51 3.77 4.21 -
YUV 45.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 8 62 55 0.87 0 0.11 0.76 172.22 0.77 0.14
Hex 8 3E 37 57 0 B 4C AC 4D E
Octal 10 76 67 127 0 13 114 254 115 16
Binary 1000 111110 110111 1010111 0 1011 1001100 10101100 1001101 1110

Color Harmonies of #083E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E37

Black with #083E37

Text Example


Text Example

White with #083E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #083E37;
 }
 .AnyTagClassName
 {
   color: #083E37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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