Html Css Color HEX #193734 Deep Teal

📋 copy color: '#193734'

red 25 ◦ green 55 ◦ blue 52

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

Shades of Deep Teal #193734

Tints of Deep Teal #193734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

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

R = 18.94%
G = 41.67%
B = 39.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#193734 (or 0x193734) is known color: Deep Teal. HEX triplet: 19, 37 and 34. RGB value is (25,55,52). Sum of RGB (Red+Green+Blue) = 25+55+52=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #193734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193734 is #E6C8CB. Grayscale: #2D2D2D. Windows color (decimal): -15124684 or 3421977. OLE color: 3421977.

HSL color Cylindrical-coordinate representation of color #193734: hue angle of 174º 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 #193734 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 55 52 -
CMYK 0.55 0 0.05 0.78
HSL 174º 0.38% 0.16% -
HSV(B) 174º 0.55% 0.22% -
XYZ 2.39 3.19 3.74 -
YUV 45.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 25 55 52 0.55 0 0.05 0.78 174 0.38 0.16
Hex 19 37 34 37 0 5 4E AE 26 10
Octal 31 67 64 67 0 5 116 256 46 20
Binary 11001 110111 110100 110111 0 101 1001110 10101110 100110 10000

Color Harmonies of #193734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193734

Black with #193734

Text Example


Text Example

White with #193734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193734; }

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

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

background-color css

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

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

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

border-color css

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

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

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