Html Css Color HEX #193733 Deep Teal

📋 copy color: '#193733'

red 25 ◦ green 55 ◦ blue 51

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

Shades of Deep Teal #193733

Tints of Deep Teal #193733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 38.93%

R = 19.08%
G = 41.98%
B = 38.93%

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

#193733 (or 0x193733) is known color: Deep Teal. HEX triplet: 19, 37 and 33. RGB value is (25,55,51). Sum of RGB (Red+Green+Blue) = 25+55+51=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #193733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193733 is #E6C8CC. Grayscale: #2D2D2D. Windows color (decimal): -15124685 or 3356441. OLE color: 3356441.

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

Color convert

RGB 25 55 51 -
CMYK 0.55 0 0.07 0.78
HSL 172º 0.38% 0.16% -
HSV(B) 172º 0.55% 0.22% -
XYZ 2.36 3.18 3.62 -
YUV 45.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 25 55 51 0.55 0 0.07 0.78 172 0.38 0.16
Hex 19 37 33 37 0 7 4E AC 26 10
Octal 31 67 63 67 0 7 116 254 46 20
Binary 11001 110111 110011 110111 0 111 1001110 10101100 100110 10000

Color Harmonies of #193733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193733

Black with #193733

Text Example


Text Example

White with #193733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193733; }

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

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

background-color css

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

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

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

border-color css

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

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

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