Html Css Color HEX #104436 Deep Teal

📋 copy color: '#104436'

red 16 ◦ green 68 ◦ blue 54

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

Shades of Deep Teal #104436

Tints of Deep Teal #104436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.28%

 BLUE value IS 54 (21.48% from 255) = 39.13%

R = 11.59%
G = 49.28%
B = 39.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#104436 (or 0x104436) is known color: Deep Teal. HEX triplet: 10, 44 and 36. RGB value is (16,68,54). Sum of RGB (Red+Green+Blue) = 16+68+54=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #104436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104436 is #EFBBC9. Grayscale: #323232. Windows color (decimal): -15711178 or 3556368. OLE color: 3556368.

HSL color Cylindrical-coordinate representation of color #104436: hue angle of 163.85º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104436 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 68 54 -
CMYK 0.76 0 0.21 0.73
HSL 163.85º 0.62% 0.16% -
HSV(B) 163.85º 0.76% 0.27% -
XYZ 2.95 4.51 4.21 -
YUV 50.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 16 68 54 0.76 0 0.21 0.73 163.85 0.62 0.16
Hex 10 44 36 4C 0 15 49 A4 3E 10
Octal 20 104 66 114 0 25 111 244 76 20
Binary 10000 1000100 110110 1001100 0 10101 1001001 10100100 111110 10000

Color Harmonies of #104436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104436

Black with #104436

Text Example


Text Example

White with #104436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104436; }

 p { color: rgb(16,68,54); }

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

background-color css

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

 a { background-color: rgb(16,68,54); }

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

border-color css

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

 span { border-color: rgb(16,68,54); }

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