Html Css Color HEX #104639 Deep Teal

📋 copy color: '#104639'

red 16 ◦ green 70 ◦ blue 57

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

Shades of Deep Teal #104639

Tints of Deep Teal #104639

RGB

 RED value IS 16 (6.64% from 255) = 11.19%

 GREEN value IS 70 (27.73% from 255) = 48.95%

 BLUE value IS 57 (22.66% from 255) = 39.86%

R = 11.19%
G = 48.95%
B = 39.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#104639 (or 0x104639) is known color: Deep Teal. HEX triplet: 10, 46 and 39. RGB value is (16,70,57). Sum of RGB (Red+Green+Blue) = 16+70+57=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #104639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104639 is #EFB9C6. Grayscale: #343434. Windows color (decimal): -15710663 or 3753488. OLE color: 3753488.

HSL color Cylindrical-coordinate representation of color #104639: hue angle of 165.56º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104639 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 70 57 -
CMYK 0.77 0 0.19 0.73
HSL 165.56º 0.63% 0.17% -
HSV(B) 165.56º 0.77% 0.27% -
XYZ 3.14 4.79 4.63 -
YUV 52.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 16 70 57 0.77 0 0.19 0.73 165.56 0.63 0.17
Hex 10 46 39 4D 0 13 49 A6 3F 11
Octal 20 106 71 115 0 23 111 246 77 21
Binary 10000 1000110 111001 1001101 0 10011 1001001 10100110 111111 10001

Color Harmonies of #104639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104639

Black with #104639

Text Example


Text Example

White with #104639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104639; }

 p { color: rgb(16,70,57); }

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

background-color css

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

 a { background-color: rgb(16,70,57); }

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

border-color css

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

 span { border-color: rgb(16,70,57); }

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