Html Css Color HEX #194942 Deep Teal

📋 copy color: '#194942'

red 25 ◦ green 73 ◦ blue 66

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

Shades of Deep Teal #194942

Tints of Deep Teal #194942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

 BLUE value IS 66 (26.17% from 255) = 40.24%

R = 15.24%
G = 44.51%
B = 40.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#194942 (or 0x194942) is known color: Deep Teal. HEX triplet: 19, 49 and 42. RGB value is (25,73,66). Sum of RGB (Red+Green+Blue) = 25+73+66=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #194942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194942 is #E6B6BD. Grayscale: #393939. Windows color (decimal): -15120062 or 4344089. OLE color: 4344089.

HSL color Cylindrical-coordinate representation of color #194942: hue angle of 171.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194942 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 73 66 -
CMYK 0.66 0 0.10 0.71
HSL 171.25º 0.49% 0.19% -
HSV(B) 171.25º 0.66% 0.29% -
XYZ 3.77 5.37 5.99 -
YUV 57.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 25 73 66 0.66 0 0.10 0.71 171.25 0.49 0.19
Hex 19 49 42 42 0 A 47 AB 31 13
Octal 31 111 102 102 0 12 107 253 61 23
Binary 11001 1001001 1000010 1000010 0 1010 1000111 10101011 110001 10011

Color Harmonies of #194942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194942

Black with #194942

Text Example


Text Example

White with #194942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194942; }

 p { color: rgb(25,73,66); }

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

background-color css

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

 a { background-color: rgb(25,73,66); }

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

border-color css

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

 span { border-color: rgb(25,73,66); }

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