Html Css Color HEX #194841 Deep Teal

📋 copy color: '#194841'

red 25 ◦ green 72 ◦ blue 65

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

Shades of Deep Teal #194841

Tints of Deep Teal #194841

RGB

 RED value IS 25 (10.16% from 255) = 15.43%

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

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 15.43%
G = 44.44%
B = 40.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#194841 (or 0x194841) is known color: Deep Teal. HEX triplet: 19, 48 and 41. RGB value is (25,72,65). Sum of RGB (Red+Green+Blue) = 25+72+65=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #194841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194841 is #E6B7BE. Grayscale: #393939. Windows color (decimal): -15120319 or 4278297. OLE color: 4278297.

HSL color Cylindrical-coordinate representation of color #194841: hue angle of 171.06º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194841 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 72 65 -
CMYK 0.65 0 0.10 0.72
HSL 171.06º 0.48% 0.19% -
HSV(B) 171.06º 0.65% 0.28% -
XYZ 3.67 5.22 5.82 -
YUV 57.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 25 72 65 0.65 0 0.10 0.72 171.06 0.48 0.19
Hex 19 48 41 41 0 A 48 AB 30 13
Octal 31 110 101 101 0 12 110 253 60 23
Binary 11001 1001000 1000001 1000001 0 1010 1001000 10101011 110000 10011

Color Harmonies of #194841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194841

Black with #194841

Text Example


Text Example

White with #194841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194841; }

 p { color: rgb(25,72,65); }

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

background-color css

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

 a { background-color: rgb(25,72,65); }

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

border-color css

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

 span { border-color: rgb(25,72,65); }

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