Html Css Color HEX #104337 Deep Teal

📋 copy color: '#104337'

red 16 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #104337

Tints of Deep Teal #104337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.55%

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

R = 11.59%
G = 48.55%
B = 39.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#104337 (or 0x104337) is known color: Deep Teal. HEX triplet: 10, 43 and 37. RGB value is (16,67,55). Sum of RGB (Red+Green+Blue) = 16+67+55=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #104337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104337 is #EFBCC8. Grayscale: #323232. Windows color (decimal): -15711433 or 3621648. OLE color: 3621648.

HSL color Cylindrical-coordinate representation of color #104337: hue angle of 165.88º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104337 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 67 55 -
CMYK 0.76 0 0.18 0.74
HSL 165.88º 0.61% 0.16% -
HSV(B) 165.88º 0.76% 0.26% -
XYZ 2.91 4.4 4.31 -
YUV 50.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 16 67 55 0.76 0 0.18 0.74 165.88 0.61 0.16
Hex 10 43 37 4C 0 12 4A A6 3D 10
Octal 20 103 67 114 0 22 112 246 75 20
Binary 10000 1000011 110111 1001100 0 10010 1001010 10100110 111101 10000

Color Harmonies of #104337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104337

Black with #104337

Text Example


Text Example

White with #104337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104337; }

 p { color: rgb(16,67,55); }

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

background-color css

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

 a { background-color: rgb(16,67,55); }

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

border-color css

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

 span { border-color: rgb(16,67,55); }

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