Html Css Color HEX #104840 Deep Teal

📋 copy color: '#104840'

red 16 ◦ green 72 ◦ blue 64

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

Shades of Deep Teal #104840

Tints of Deep Teal #104840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.37%

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 10.53%
G = 47.37%
B = 42.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#104840 (or 0x104840) is known color: Deep Teal. HEX triplet: 10, 48 and 40. RGB value is (16,72,64). Sum of RGB (Red+Green+Blue) = 16+72+64=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #104840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104840 is #EFB7BF. Grayscale: #363636. Windows color (decimal): -15710144 or 4212752. OLE color: 4212752.

HSL color Cylindrical-coordinate representation of color #104840: hue angle of 171.43º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104840 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 64 -
CMYK 0.78 0 0.11 0.72
HSL 171.43º 0.64% 0.17% -
HSV(B) 171.43º 0.78% 0.28% -
XYZ 3.46 5.12 5.66 -
YUV 54.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 16 72 64 0.78 0 0.11 0.72 171.43 0.64 0.17
Hex 10 48 40 4E 0 B 48 AB 40 11
Octal 20 110 100 116 0 13 110 253 100 21
Binary 10000 1001000 1000000 1001110 0 1011 1001000 10101011 1000000 10001

Color Harmonies of #104840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104840

Black with #104840

Text Example


Text Example

White with #104840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104840; }

 p { color: rgb(16,72,64); }

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

background-color css

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

 a { background-color: rgb(16,72,64); }

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

border-color css

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

 span { border-color: rgb(16,72,64); }

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