Html Css Color HEX #084138 Deep Teal

📋 copy color: '#084138'

red 8 ◦ green 65 ◦ blue 56

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

Shades of Deep Teal #084138

Tints of Deep Teal #084138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.39%

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 6.2%
G = 50.39%
B = 43.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#084138 (or 0x084138) is known color: Deep Teal. HEX triplet: 08, 41 and 38. RGB value is (8,65,56). Sum of RGB (Red+Green+Blue) = 8+65+56=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #084138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084138 is #F7BEC7. Grayscale: #2E2E2E. Windows color (decimal): -16236232 or 3686664. OLE color: 3686664.

HSL color Cylindrical-coordinate representation of color #084138: hue angle of 170.53º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084138 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 56 -
CMYK 0.88 0 0.14 0.75
HSL 170.53º 0.78% 0.14% -
HSV(B) 170.53º 0.88% 0.25% -
XYZ 2.7 4.12 4.39 -
YUV 46.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 8 65 56 0.88 0 0.14 0.75 170.53 0.78 0.14
Hex 8 41 38 58 0 E 4B AB 4E E
Octal 10 101 70 130 0 16 113 253 116 16
Binary 1000 1000001 111000 1011000 0 1110 1001011 10101011 1001110 1110

Color Harmonies of #084138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084138

Black with #084138

Text Example


Text Example

White with #084138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084138; }

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

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

background-color css

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

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

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

border-color css

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

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

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