Html Css Color HEX #193834 Deep Teal

📋 copy color: '#193834'

red 25 ◦ green 56 ◦ blue 52

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

Shades of Deep Teal #193834

Tints of Deep Teal #193834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.11%

 BLUE value IS 52 (20.7% from 255) = 39.1%

R = 18.8%
G = 42.11%
B = 39.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#193834 (or 0x193834) is known color: Deep Teal. HEX triplet: 19, 38 and 34. RGB value is (25,56,52). Sum of RGB (Red+Green+Blue) = 25+56+52=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #193834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193834 is #E6C7CB. Grayscale: #2E2E2E. Windows color (decimal): -15124428 or 3422233. OLE color: 3422233.

HSL color Cylindrical-coordinate representation of color #193834: hue angle of 172.26º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193834 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 56 52 -
CMYK 0.55 0 0.07 0.78
HSL 172.26º 0.38% 0.16% -
HSV(B) 172.26º 0.55% 0.22% -
XYZ 2.43 3.28 3.75 -
YUV 46.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 25 56 52 0.55 0 0.07 0.78 172.26 0.38 0.16
Hex 19 38 34 37 0 7 4E AC 26 10
Octal 31 70 64 67 0 7 116 254 46 20
Binary 11001 111000 110100 110111 0 111 1001110 10101100 100110 10000

Color Harmonies of #193834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193834

Black with #193834

Text Example


Text Example

White with #193834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193834; }

 p { color: rgb(25,56,52); }

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

background-color css

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

 a { background-color: rgb(25,56,52); }

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

border-color css

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

 span { border-color: rgb(25,56,52); }

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